Package org.apache.cassandra.security.streaming

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.
 



Copyright © 2012 The Apache Software Foundation