| Package | Description |
|---|---|
| org.apache.qpid.transport | |
| org.apache.qpid.transport.codec |
| 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–2018 The Apache Software Foundation. All rights reserved.