Uses of Class
org.apache.qpid.proton.engine.TransportException
-
Packages that use TransportException Package Description org.apache.qpid.proton.engine org.apache.qpid.proton.engine.impl org.apache.qpid.proton.engine.impl.ssl -
-
Uses of TransportException in org.apache.qpid.proton.engine
Subclasses of TransportException in org.apache.qpid.proton.engine Modifier and Type Class Description classTransportDecodeExceptionMethods in org.apache.qpid.proton.engine that throw TransportException Modifier and Type Method Description voidTransport. process() -
Uses of TransportException in org.apache.qpid.proton.engine.impl
Methods in org.apache.qpid.proton.engine.impl with parameters of type TransportException Modifier and Type Method Description voidFrameHandler. closed(TransportException error)voidTransportImpl. closed(TransportException error)Methods in org.apache.qpid.proton.engine.impl that throw TransportException Modifier and Type Method Description static intByteBufferUtils. pourAll(java.nio.ByteBuffer source, TransportInput destinationTransportInput)Pours the contents ofsourceintodestinationTransportInput, calling the TransportInput many times if necessary.voidHandshakeSniffingTransportWrapper. process()voidPlainTransportWrapper. process()voidTransportImpl. process()voidTransportInput. process()java.nio.ByteBufferTransportInput. tail() -
Uses of TransportException in org.apache.qpid.proton.engine.impl.ssl
Methods in org.apache.qpid.proton.engine.impl.ssl that throw TransportException Modifier and Type Method Description voidSimpleSslTransportWrapper. process()
-