| 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 |
|---|---|
TransportWrapper |
SaslImpl.wrap(TransportInput input,
TransportOutput output) |
TransportWrapper |
TransportLayer.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 © 2018 The Apache Software Foundation. All rights reserved.