|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.qpid.transport.MethodDelegate<org.apache.qpid.transport.Connection>
org.apache.qpid.transport.ConnectionDelegate
org.apache.qpid.transport.ServerDelegate
org.apache.qpid.server.transport.ServerConnectionDelegate
public class ServerConnectionDelegate
Constructor Summary | |
---|---|
ServerConnectionDelegate(IApplicationRegistry appRegistry,
String localFQDN)
|
|
ServerConnectionDelegate(Map<String,Object> properties,
List<Object> locales,
IApplicationRegistry appRegistry,
String localFQDN)
|
Method Summary | |
---|---|
void |
connectionOpen(org.apache.qpid.transport.Connection conn,
org.apache.qpid.transport.ConnectionOpen open)
|
protected SaslServer |
createSaslServer(String mechanism)
|
protected int |
getHeartbeatMax()
|
ServerSession |
getSession(org.apache.qpid.transport.Connection conn,
org.apache.qpid.transport.SessionAttach atc)
|
Methods inherited from class org.apache.qpid.transport.ServerDelegate |
---|
connectionSecureOk, connectionStartOk, connectionTuneOk, getSession, init, sessionAttach |
Methods inherited from class org.apache.qpid.transport.ConnectionDelegate |
---|
command, connectionClose, connectionCloseOk, connectionHeartbeat, control, error, handle, sessionDetach, sessionDetached |
Methods inherited from class org.apache.qpid.transport.MethodDelegate |
---|
connectionOpenOk, connectionRedirect, connectionSecure, connectionStart, connectionTune, dtxCommit, dtxEnd, dtxForget, dtxGetTimeout, dtxPrepare, dtxRecover, dtxRollback, dtxSelect, dtxSetTimeout, dtxStart, exchangeBind, exchangeBound, exchangeDeclare, exchangeDelete, exchangeQuery, exchangeUnbind, executionException, executionResult, executionSync, messageAccept, messageAcquire, messageCancel, messageFlow, messageFlush, messageReject, messageRelease, messageResume, messageSetFlowMode, messageStop, messageSubscribe, messageTransfer, queueDeclare, queueDelete, queuePurge, queueQuery, sessionAttached, sessionCommandPoint, sessionCompleted, sessionConfirmed, sessionExpected, sessionFlush, sessionGap, sessionKnownCompleted, sessionRequestTimeout, sessionTimeout, txCommit, txRollback, txSelect |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServerConnectionDelegate(IApplicationRegistry appRegistry, String localFQDN)
public ServerConnectionDelegate(Map<String,Object> properties, List<Object> locales, IApplicationRegistry appRegistry, String localFQDN)
Method Detail |
---|
public ServerSession getSession(org.apache.qpid.transport.Connection conn, org.apache.qpid.transport.SessionAttach atc)
getSession
in class org.apache.qpid.transport.ServerDelegate
protected SaslServer createSaslServer(String mechanism) throws SaslException
createSaslServer
in class org.apache.qpid.transport.ServerDelegate
SaslException
public void connectionOpen(org.apache.qpid.transport.Connection conn, org.apache.qpid.transport.ConnectionOpen open)
connectionOpen
in class org.apache.qpid.transport.ServerDelegate
protected int getHeartbeatMax()
getHeartbeatMax
in class org.apache.qpid.transport.ServerDelegate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |