Uses of Interface
org.apache.qpid.proton.engine.impl.TransportInput
Packages that use TransportInput
-
Uses of TransportInput in org.apache.qpid.proton.engine.impl
Subinterfaces of TransportInput in org.apache.qpid.proton.engine.implClasses in org.apache.qpid.proton.engine.impl that implement TransportInputModifier and TypeClassDescriptionclassHandshakeSniffingTransportWrapper<T1 extends TransportWrapper,T2 extends TransportWrapper> classMethods in org.apache.qpid.proton.engine.impl with parameters of type TransportInputModifier and TypeMethodDescriptionstatic intByteBufferUtils.pourAll(ByteBuffer source, TransportInput destinationTransportInput) Pours the contents ofsourceintodestinationTransportInput, calling the TransportInput many times if necessary.SaslImpl.wrap(TransportInput input, TransportOutput output) TransportLayer.wrap(TransportInput input, TransportOutput output) Constructors in org.apache.qpid.proton.engine.impl with parameters of type TransportInputModifierConstructorDescriptionPlainTransportWrapper(TransportOutput outputProcessor, TransportInput inputProcessor) -
Uses of TransportInput in org.apache.qpid.proton.engine.impl.ssl
Subinterfaces of TransportInput in org.apache.qpid.proton.engine.impl.sslClasses in org.apache.qpid.proton.engine.impl.ssl that implement TransportInputModifier 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 TransportInputModifier and TypeMethodDescriptionSslImpl.wrap(TransportInput inputProcessor, TransportOutput outputProcessor)