Constructor and Description |
---|
ProtocolHeaderHandler(ConnectionEndpoint connection) |
Constructor and Description |
---|
AMQPProtocolHeaderHandler(ConnectionEndpoint connection) |
FrameHandler(ConnectionEndpoint connection) |
SASLFrameHandler(ConnectionEndpoint connection) |
SASLProtocolHeaderHandler(ConnectionEndpoint connection) |
Modifier and Type | Method and Description |
---|---|
ConnectionEndpoint |
SessionEndpoint.getConnection() |
ConnectionEndpoint |
SessionAttachment.getConnectionEndpoint() |
Constructor and Description |
---|
SessionAttachment(SessionEndpoint sessionEndpoint,
ConnectionEndpoint connectionEndpoint,
short channel) |
SessionEndpoint(ConnectionEndpoint connectionEndpoint) |
SessionEndpoint(ConnectionEndpoint connectionEndpoint,
Begin begin) |
SessionEndpoint(ConnectionEndpoint connectionEndpoint,
UnsignedInteger nextOutgoingId) |
Modifier and Type | Method and Description |
---|---|
void |
FrameBody.invoke(short channel,
ConnectionEndpoint conn) |
Modifier and Type | Method and Description |
---|---|
void |
Disposition.invoke(short channel,
ConnectionEndpoint conn) |
void |
Detach.invoke(short channel,
ConnectionEndpoint conn) |
void |
Begin.invoke(short channel,
ConnectionEndpoint conn) |
void |
Close.invoke(short channel,
ConnectionEndpoint conn) |
void |
Flow.invoke(short channel,
ConnectionEndpoint conn) |
void |
Attach.invoke(short channel,
ConnectionEndpoint conn) |
void |
Open.invoke(short channel,
ConnectionEndpoint conn) |
void |
End.invoke(short channel,
ConnectionEndpoint conn) |
void |
Transfer.invoke(short channel,
ConnectionEndpoint conn) |
Modifier and Type | Method and Description |
---|---|
ConnectionEndpoint |
Connection_1_0.getConnectionEndpoint() |
Constructor and Description |
---|
Connection_1_0(ConnectionEndpoint connectionEndpoint,
long connectionId,
AmqpPort<?> port,
Transport transport,
SubjectCreator subjectCreator,
AMQPConnection_1_0 amqpConnection) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.