|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Class Summary | |
---|---|
SSLFileStreamTask | This class uses a DataOutputStream to write data as opposed to a FileChannel.transferTo used by FileStreamTask because the underlying SSLSocket doesn't support encrypting over NIO SocketChannel. |
SSLIncomingStreamReader | This class uses a DataInputStream to read data as opposed to a FileChannel.transferFrom used by IncomingStreamReader because the underlying SSLServerSocket doesn't support encrypting over NIO SocketChannel. |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |