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 TypeClassDescriptionclassHandshakeSniffingTransportWrapper<T1 extends TransportWrapper,T2 extends TransportWrapper> classMethods 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 TypeClassDescriptionclassTODO close the SSLEngine when told to, and modifySimpleSslTransportWrapper.wrapOutput()andSimpleSslTransportWrapper.unwrapInput()to respond appropriately thereafter.classSslHandshakeSniffingTransportWrapperMethods in org.apache.qpid.proton.engine.impl.ssl with parameters of type TransportOutputModifier and TypeMethodDescriptionSslImpl.wrap(TransportInput inputProcessor, TransportOutput outputProcessor)