Uses of Interface
org.apache.qpid.proton.engine.impl.TransportInput
Packages that use TransportInput
-
Uses of TransportInput in org.apache.qpid.proton.engine.impl
Subinterfaces of TransportInput in org.apache.qpid.proton.engine.implClasses in org.apache.qpid.proton.engine.impl that implement TransportInputModifier and TypeClassDescriptionclass
HandshakeSniffingTransportWrapper<T1 extends TransportWrapper,
T2 extends TransportWrapper> class
Methods in org.apache.qpid.proton.engine.impl with parameters of type TransportInputModifier and TypeMethodDescriptionstatic int
ByteBufferUtils.pourAll
(ByteBuffer source, TransportInput destinationTransportInput) Pours the contents ofsource
intodestinationTransportInput
, calling the TransportInput many times if necessary.SaslImpl.wrap
(TransportInput input, TransportOutput output) TransportLayer.wrap
(TransportInput input, TransportOutput output) Constructors in org.apache.qpid.proton.engine.impl with parameters of type TransportInputModifierConstructorDescriptionPlainTransportWrapper
(TransportOutput outputProcessor, TransportInput inputProcessor) -
Uses of TransportInput in org.apache.qpid.proton.engine.impl.ssl
Subinterfaces of TransportInput in org.apache.qpid.proton.engine.impl.sslClasses in org.apache.qpid.proton.engine.impl.ssl that implement TransportInputModifier and TypeClassDescriptionclass
TODO close the SSLEngine when told to, and modifySimpleSslTransportWrapper.wrapOutput()
andSimpleSslTransportWrapper.unwrapInput()
to respond appropriately thereafter.class
SslHandshakeSniffingTransportWrapperMethods in org.apache.qpid.proton.engine.impl.ssl with parameters of type TransportInputModifier and TypeMethodDescriptionSslImpl.wrap
(TransportInput inputProcessor, TransportOutput outputProcessor)