public interface ClientMethodProcessor<T extends ClientChannelMethodProcessor> extends MethodProcessor<T>
Modifier and Type | Method and Description |
---|---|
void |
receiveConnectionOpenOk(AMQShortString knownHosts) |
void |
receiveConnectionRedirect(AMQShortString host,
AMQShortString knownHosts) |
void |
receiveConnectionSecure(byte[] challenge) |
void |
receiveConnectionStart(short versionMajor,
short versionMinor,
FieldTable serverProperties,
byte[] mechanisms,
byte[] locales) |
void |
receiveConnectionTune(int channelMax,
long frameMax,
int heartbeat) |
getChannelMethodProcessor, getProtocolVersion, ignoreAllButCloseOk, receiveConnectionClose, receiveConnectionCloseOk, receiveHeartbeat, receiveProtocolHeader, setCurrentMethod
void receiveConnectionStart(short versionMajor, short versionMinor, FieldTable serverProperties, byte[] mechanisms, byte[] locales)
void receiveConnectionSecure(byte[] challenge)
void receiveConnectionRedirect(AMQShortString host, AMQShortString knownHosts)
void receiveConnectionTune(int channelMax, long frameMax, int heartbeat)
void receiveConnectionOpenOk(AMQShortString knownHosts)
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.