net.sf.briar.api.transport
Interface ConnectionWriter


public interface ConnectionWriter

Encrypts and authenticates data to be sent over a connection.


Method Summary
 java.io.OutputStream getOutputStream()
          Returns an output stream to which unencrypted, unauthenticated data can be written.
 

Method Detail

getOutputStream

java.io.OutputStream getOutputStream()
Returns an output stream to which unencrypted, unauthenticated data can be written.