| Package | Description |
|---|---|
| org.apache.qpid.transport |
| Modifier and Type | Method and Description |
|---|---|
Session |
Connection.createSession() |
Session |
Connection.createSession(Binary name,
long expiry) |
Session |
Connection.createSession(Binary name,
long expiry,
boolean isNoReplay) |
Session |
Connection.createSession(byte[] name,
long expiry) |
Session |
Connection.createSession(long expiry) |
Session |
Connection.createSession(long expiry,
boolean isNoReplay) |
Session |
Connection.createSession(String name) |
Session |
Connection.createSession(String name,
long expiry) |
Session |
Connection.createSession(String name,
long expiry,
boolean isNoReplay) |
Session |
ServerDelegate.getSession(Connection conn,
SessionAttach atc) |
protected Session |
ServerDelegate.getSession(Connection conn,
SessionDelegate delegate,
SessionAttach atc) |
Session |
Connection.getSession(int channel) |
Session |
Connection.SessionFactory.newSession(Connection conn,
Binary name,
long expiry,
boolean isNoReplay) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<? extends Session> |
Connection.getChannels() |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionListener.closed(Session session) |
void |
SessionDelegate.closed(Session session) |
void |
SessionDelegate.command(Session ssn,
Method method) |
void |
SessionDelegate.command(Session ssn,
Method method,
boolean processed) |
void |
SessionDelegate.control(Session ssn,
Method method) |
void |
SessionDelegate.detached(Session session) |
void |
SessionDelegate.error(Session ssn,
ProtocolError error) |
void |
SessionListener.exception(Session session,
SessionException exception) |
void |
SessionDelegate.executionException(Session ssn,
ExecutionException exc) |
void |
SessionDelegate.executionResult(Session ssn,
ExecutionResult result) |
void |
SessionDelegate.executionSync(Session ssn,
ExecutionSync sync) |
void |
SessionDelegate.handle(Session ssn,
Method method) |
void |
SessionDelegate.init(Session ssn,
ProtocolHeader hdr) |
void |
SessionListener.message(Session ssn,
MessageTransfer xfr) |
void |
SessionDelegate.messageFlow(Session ssn,
MessageFlow flow) |
void |
SessionDelegate.messageSetFlowMode(Session ssn,
MessageSetFlowMode sfm) |
void |
SessionDelegate.messageStop(Session ssn,
MessageStop stop) |
void |
SessionDelegate.messageTransfer(Session ssn,
MessageTransfer xfr) |
void |
SessionListener.opened(Session session) |
void |
Connection.registerSession(Session ssn) |
void |
Connection.removeSession(Session ssn) |
void |
SessionListener.resumed(Session session) |
void |
SessionDelegate.sessionAttached(Session ssn,
SessionAttached atc) |
void |
SessionDelegate.sessionCommandPoint(Session ssn,
SessionCommandPoint scp) |
void |
SessionDelegate.sessionCompleted(Session ssn,
SessionCompleted cmp) |
void |
SessionDelegate.sessionFlush(Session ssn,
SessionFlush flush) |
void |
SessionDelegate.sessionKnownCompleted(Session ssn,
SessionKnownCompleted kcmp) |
void |
SessionDelegate.sessionRequestTimeout(Session ssn,
SessionRequestTimeout t) |
void |
SessionDelegate.sessionTimeout(Session ssn,
SessionTimeout t) |
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.