Uses of Interface
org.apache.qpid.proton.engine.impl.TransportOutput
-
Packages that use TransportOutput Package Description org.apache.qpid.proton.engine.impl org.apache.qpid.proton.engine.impl.ssl -
-
Uses of TransportOutput in org.apache.qpid.proton.engine.impl
Subinterfaces of TransportOutput in org.apache.qpid.proton.engine.impl Modifier and Type Interface Description interfaceTransportWrapperClasses in org.apache.qpid.proton.engine.impl that implement TransportOutput Modifier and Type Class Description classHandshakeSniffingTransportWrapper<T1 extends TransportWrapper,T2 extends TransportWrapper>classPlainTransportWrapperMethods in org.apache.qpid.proton.engine.impl with parameters of type TransportOutput Modifier and Type Method Description TransportWrapperSaslImpl. wrap(TransportInput input, TransportOutput output)TransportWrapperTransportLayer. wrap(TransportInput input, TransportOutput output)Constructors in org.apache.qpid.proton.engine.impl with parameters of type TransportOutput Constructor Description PlainTransportWrapper(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.ssl Modifier and Type Interface Description interfaceSslTransportWrapperClasses in org.apache.qpid.proton.engine.impl.ssl that implement TransportOutput Modifier and Type Class Description classSimpleSslTransportWrapperTODO close the SSLEngine when told to, and modifySimpleSslTransportWrapper.wrapOutput()andSimpleSslTransportWrapper.unwrapInput()to respond appropriately thereafter.classSslHandshakeSniffingTransportWrapperSslHandshakeSniffingTransportWrapperMethods in org.apache.qpid.proton.engine.impl.ssl with parameters of type TransportOutput Modifier and Type Method Description TransportWrapperSslImpl. wrap(TransportInput inputProcessor, TransportOutput outputProcessor)
-