public class InputStreamInTransportAdapter extends BaseTransport implements InTransport
InputStream
to be used as an InTransport
.Constructor and Description |
---|
InputStreamInTransportAdapter(InputStream stream)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
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
in interface InTransport
Copyright © 2018 JBoss by Red Hat. All rights reserved.