public class InputStreamInTransportAdapter extends BaseTransport implements InTransport
InputStream to be used as an InTransport.| コンストラクタと説明 |
|---|
InputStreamInTransportAdapter(InputStream stream)
Constructor.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
InputStream |
getIncomingStream()
Gets the incoming stream from the peer.
|
getAttribute, getCharacterEncoding, getLocalCredential, getPeerCredential, isAuthenticated, isConfidential, isIntegrityProtected, setAttribute, setAuthenticated, setCharacterEncoding, setConfidential, setIntegrityProtectedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttribute, getCharacterEncoding, getLocalCredential, getPeerCredential, isAuthenticated, isConfidential, isIntegrityProtected, setAuthenticated, setConfidential, setIntegrityProtectedpublic InputStreamInTransportAdapter(InputStream stream)
stream - the input stream to adaptpublic InputStream getIncomingStream()
getIncomingStream インタフェース内 InTransportCopyright © 2012. All Rights Reserved.