Package | Description |
---|---|
org.apache.qpid.proton.engine.impl | |
org.apache.qpid.proton.engine.impl.ssl |
Modifier and Type | Interface and Description |
---|---|
interface |
TransportWrapper |
Modifier and Type | Class and Description |
---|---|
class |
HandshakeSniffingTransportWrapper<T1 extends TransportWrapper,T2 extends TransportWrapper> |
class |
PlainTransportWrapper |
Modifier and Type | Method and Description |
---|---|
static int |
ByteBufferUtils.pourAll(ByteBuffer source,
TransportInput destinationTransportInput)
Pours the contents of
source into destinationTransportInput , calling
the TransportInput many times if necessary. |
TransportWrapper |
SaslImpl.wrap(TransportInput input,
TransportOutput output) |
Constructor and Description |
---|
PlainTransportWrapper(TransportOutput outputProcessor,
TransportInput inputProcessor) |
Modifier and Type | Interface and Description |
---|---|
interface |
SslTransportWrapper |
Modifier and Type | Class and Description |
---|---|
class |
SimpleSslTransportWrapper
TODO close the SSLEngine when told to, and modify
SimpleSslTransportWrapper.wrapOutput() and SimpleSslTransportWrapper.unwrapInput()
to respond appropriately thereafter. |
class |
SslHandshakeSniffingTransportWrapper
SslHandshakeSniffingTransportWrapper
|
Modifier and Type | Method and Description |
---|---|
TransportWrapper |
SslImpl.wrap(TransportInput inputProcessor,
TransportOutput outputProcessor) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.