public class OutputStreamOutTransportAdapter extends BaseTransport implements OutTransport
OutputStream to be used as an OutTransport.| コンストラクタと説明 |
|---|
OutputStreamOutTransportAdapter(OutputStream stream)
Constructor.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
OutputStream |
getOutgoingStream()
Gets the outgoing data stream to the peer.
|
void |
setAttribute(String name,
Object value)
Set an attribute value.
|
void |
setCharacterEncoding(String encoding)
Set the character encoding.
|
getAttribute, getCharacterEncoding, getLocalCredential, getPeerCredential, isAuthenticated, isConfidential, isIntegrityProtected, setAuthenticated, setConfidential, setIntegrityProtectedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttribute, getCharacterEncoding, getLocalCredential, getPeerCredential, isAuthenticated, isConfidential, isIntegrityProtected, setAuthenticated, setConfidential, setIntegrityProtectedpublic OutputStreamOutTransportAdapter(OutputStream stream)
stream - the output stream to adaptpublic OutputStream getOutgoingStream()
getOutgoingStream インタフェース内 OutTransportpublic void setAttribute(String name, Object value)
setAttribute インタフェース内 OutTransportsetAttribute クラス内 BaseTransportname - attribute namevalue - attribute valuepublic void setCharacterEncoding(String encoding)
setCharacterEncoding インタフェース内 OutTransportsetCharacterEncoding クラス内 BaseTransportencoding - the character encodingCopyright © 2012. All Rights Reserved.