public interface OutTransport extends Transport
| 修飾子とタイプ | メソッドと説明 |
|---|---|
OutputStream |
getOutgoingStream()
Gets the outgoing data stream to the peer.
|
void |
setAttribute(String name,
Object value)
Sets a transport-specific attribute.
|
void |
setCharacterEncoding(String encoding)
Sets the character encoding of the transport.
|
getAttribute, getCharacterEncoding, getLocalCredential, getPeerCredential, isAuthenticated, isConfidential, isIntegrityProtected, setAuthenticated, setConfidential, setIntegrityProtectedvoid setAttribute(String name, Object value)
name - attribute namevalue - attribute valuevoid setCharacterEncoding(String encoding)
encoding - character encoding of the transportOutputStream getOutgoingStream()
Copyright © 2012. All Rights Reserved.