Uses of Interface
org.apache.qpid.proton.engine.impl.TransportOutput
Packages that use TransportOutput
-
Uses of TransportOutput in org.apache.qpid.proton.engine.impl
Subinterfaces of TransportOutput in org.apache.qpid.proton.engine.implClasses in org.apache.qpid.proton.engine.impl that implement TransportOutputModifier and TypeClassDescriptionclass
HandshakeSniffingTransportWrapper<T1 extends TransportWrapper,
T2 extends TransportWrapper> class
Methods in org.apache.qpid.proton.engine.impl with parameters of type TransportOutputModifier and TypeMethodDescriptionSaslImpl.wrap
(TransportInput input, TransportOutput output) TransportLayer.wrap
(TransportInput input, TransportOutput output) Constructors in org.apache.qpid.proton.engine.impl with parameters of type TransportOutputModifierConstructorDescriptionPlainTransportWrapper
(TransportOutput outputProcessor, TransportInput inputProcessor) -
Uses of TransportOutput in org.apache.qpid.proton.engine.impl.ssl
Subinterfaces of TransportOutput in org.apache.qpid.proton.engine.impl.sslClasses in org.apache.qpid.proton.engine.impl.ssl that implement TransportOutputModifier 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 TransportOutputModifier and TypeMethodDescriptionSslImpl.wrap
(TransportInput inputProcessor, TransportOutput outputProcessor)