Uses of Interface
org.apache.qpid.proton.engine.impl.TransportWrapper
-
Packages that use TransportWrapper Package Description org.apache.qpid.proton.engine.impl org.apache.qpid.proton.engine.impl.ssl -
-
Uses of TransportWrapper in org.apache.qpid.proton.engine.impl
Classes in org.apache.qpid.proton.engine.impl with type parameters of type TransportWrapper Modifier and Type Class Description classHandshakeSniffingTransportWrapper<T1 extends TransportWrapper,T2 extends TransportWrapper>classHandshakeSniffingTransportWrapper<T1 extends TransportWrapper,T2 extends TransportWrapper>Classes in org.apache.qpid.proton.engine.impl that implement TransportWrapper Modifier and Type Class Description classHandshakeSniffingTransportWrapper<T1 extends TransportWrapper,T2 extends TransportWrapper>classPlainTransportWrapperFields in org.apache.qpid.proton.engine.impl declared as TransportWrapper Modifier and Type Field Description protected TransportWrapperHandshakeSniffingTransportWrapper. _selectedTransportWrapperprotected T1HandshakeSniffingTransportWrapper. _wrapper1protected T2HandshakeSniffingTransportWrapper. _wrapper2Methods in org.apache.qpid.proton.engine.impl that return TransportWrapper Modifier and Type Method Description TransportWrapperSaslImpl. wrap(TransportInput input, TransportOutput output)TransportWrapperTransportLayer. wrap(TransportInput input, TransportOutput output) -
Uses of TransportWrapper in org.apache.qpid.proton.engine.impl.ssl
Subinterfaces of TransportWrapper in org.apache.qpid.proton.engine.impl.ssl Modifier and Type Interface Description interfaceSslTransportWrapperClasses in org.apache.qpid.proton.engine.impl.ssl that implement TransportWrapper 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 that return TransportWrapper Modifier and Type Method Description TransportWrapperSslImpl. wrap(TransportInput inputProcessor, TransportOutput outputProcessor)
-