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 TypeClassDescriptionclass
HandshakeSniffingTransportWrapper<T1 extends TransportWrapper,
T2 extends TransportWrapper> class
HandshakeSniffingTransportWrapper<T1 extends TransportWrapper,
T2 extends TransportWrapper> Classes in org.apache.qpid.proton.engine.impl that implement TransportWrapperModifier and TypeClassDescriptionclass
HandshakeSniffingTransportWrapper<T1 extends TransportWrapper,
T2 extends TransportWrapper> class
Fields in org.apache.qpid.proton.engine.impl declared as TransportWrapperModifier and TypeFieldDescriptionprotected TransportWrapper
HandshakeSniffingTransportWrapper._selectedTransportWrapper
protected final T1
HandshakeSniffingTransportWrapper._wrapper1
protected final T2
HandshakeSniffingTransportWrapper._wrapper2
Methods 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 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 that return TransportWrapperModifier and TypeMethodDescriptionSslImpl.wrap
(TransportInput inputProcessor, TransportOutput outputProcessor)