Package | Description |
---|---|
org.apache.qpid.server.protocol.v0_10 | |
org.apache.qpid.transport | |
org.apache.qpid.transport.codec |
Constructor and Description |
---|
ServerSession(Connection connection,
SessionDelegate delegate,
Binary name,
long expiry) |
Modifier and Type | Method and Description |
---|---|
Binary |
Binary.copy() |
Binary |
Session.getName() |
Binary |
Binary.slice(int low,
int high) |
Modifier and Type | Method and Description |
---|---|
Session |
Connection.createSession(Binary name,
long expiry) |
Session |
Connection.createSession(Binary name,
long expiry,
boolean isNoReplay) |
Session |
Connection.SessionFactory.newSession(Connection conn,
Binary name,
long expiry,
boolean isNoReplay) |
Constructor and Description |
---|
Session(Connection connection,
Binary name,
long expiry) |
Session(Connection connection,
Binary name,
long expiry,
boolean noReplay) |
Session(Connection connection,
SessionDelegate delegate,
Binary name,
long expiry) |
Session(Connection connection,
SessionDelegate delegate,
Binary name,
long expiry,
boolean noReplay) |
Modifier and Type | Method and Description |
---|---|
protected Binary |
AbstractDecoder.get(int size) |
protected Binary |
BBDecoder.get(int size) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.