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, setIntegrityProtected
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAttribute, getCharacterEncoding, getLocalCredential, getPeerCredential, isAuthenticated, isConfidential, isIntegrityProtected, setAuthenticated, setConfidential, setIntegrityProtected
public InputStreamInTransportAdapter(InputStream stream)
stream
- the input stream to adaptpublic InputStream getIncomingStream()
getIncomingStream
インタフェース内 InTransport
Copyright © 2012. All Rights Reserved.