Uses of Interface
org.apache.qpid.proton.engine.impl.TransportWrapper
Packages that use TransportWrapper
-
Uses of TransportWrapper in org.apache.qpid.proton.engine.impl
Classes in org.apache.qpid.proton.engine.impl with type parameters of type TransportWrapperModifier and TypeClassDescriptionclassHandshakeSniffingTransportWrapper<T1 extends TransportWrapper,T2 extends TransportWrapper> classHandshakeSniffingTransportWrapper<T1 extends TransportWrapper,T2 extends TransportWrapper> Classes in org.apache.qpid.proton.engine.impl that implement TransportWrapperModifier and TypeClassDescriptionclassHandshakeSniffingTransportWrapper<T1 extends TransportWrapper,T2 extends TransportWrapper> classFields in org.apache.qpid.proton.engine.impl declared as TransportWrapperModifier and TypeFieldDescriptionprotected TransportWrapperHandshakeSniffingTransportWrapper._selectedTransportWrapperprotected final T1HandshakeSniffingTransportWrapper._wrapper1protected final T2HandshakeSniffingTransportWrapper._wrapper2Methods in org.apache.qpid.proton.engine.impl that return TransportWrapperModifier and TypeMethodDescriptionSaslImpl.wrap(TransportInput input, TransportOutput output) TransportLayer.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.sslClasses in org.apache.qpid.proton.engine.impl.ssl that implement TransportWrapperModifier 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 that return TransportWrapperModifier and TypeMethodDescriptionSslImpl.wrap(TransportInput inputProcessor, TransportOutput outputProcessor)