| Package | Description |
|---|---|
| org.apache.qpid.amqp_1_0.transport | |
| org.apache.qpid.server.protocol.v1_0 |
| Modifier and Type | Method and Description |
|---|---|
SessionEndpoint |
ConnectionEndpoint.createSession(String name) |
SessionEndpoint |
LinkEndpoint.getSession() |
SessionEndpoint |
SessionAttachment.getSessionEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionEventListener.remoteSessionCreation(SessionEndpoint endpoint) |
void |
ConnectionEventListener.DefaultConnectionEventListener.remoteSessionCreation(SessionEndpoint endpoint) |
| Constructor and Description |
|---|
ReceivingLinkEndpoint(SessionEndpoint session,
Attach attach) |
ReceivingLinkEndpoint(SessionEndpoint session,
String name) |
ReceivingLinkEndpoint(SessionEndpoint session,
String name,
Map<Binary,Outcome> unsettledMap) |
SendingLinkEndpoint(SessionEndpoint sessionEndpoint,
Attach attach) |
SendingLinkEndpoint(SessionEndpoint sessionEndpoint,
String name) |
SendingLinkEndpoint(SessionEndpoint sessionEndpoint,
String name,
Map<Binary,Outcome> unsettled) |
SendingLinkEndpoint(SessionEndpoint sessionEndpoint,
String name,
Map<Binary,Outcome> unsettled,
DeliveryStateHandler deliveryStateHandler) |
SessionAttachment(SessionEndpoint sessionEndpoint,
ConnectionEndpoint connectionEndpoint,
short channel) |
| Modifier and Type | Method and Description |
|---|---|
void |
Connection_1_0.remoteSessionCreation(SessionEndpoint endpoint) |
| Constructor and Description |
|---|
Session_1_0(Connection_1_0 connection,
SessionEndpoint endpoint) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.