public interface OutTransport extends Transport
Modifier and Type | Method and Description |
---|---|
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, setIntegrityProtected
void setAttribute(String name, Object value)
name
- attribute namevalue
- attribute valuevoid setCharacterEncoding(String encoding)
encoding
- character encoding of the transportOutputStream getOutgoingStream()
Copyright © 2018 JBoss by Red Hat. All rights reserved.