public interface ServerMethodProcessor<T extends ServerChannelMethodProcessor> extends MethodProcessor<T>
Modifier and Type | Method and Description |
---|---|
void |
receiveChannelOpen(int channelId) |
void |
receiveConnectionOpen(AMQShortString virtualHost,
AMQShortString capabilities,
boolean insist) |
void |
receiveConnectionSecureOk(byte[] response) |
void |
receiveConnectionStartOk(FieldTable clientProperties,
AMQShortString mechanism,
byte[] response,
AMQShortString locale) |
void |
receiveConnectionTuneOk(int channelMax,
long frameMax,
int heartbeat) |
getChannelMethodProcessor, getProtocolVersion, ignoreAllButCloseOk, receiveConnectionClose, receiveConnectionCloseOk, receiveHeartbeat, receiveProtocolHeader, setCurrentMethod
void receiveConnectionStartOk(FieldTable clientProperties, AMQShortString mechanism, byte[] response, AMQShortString locale)
void receiveConnectionSecureOk(byte[] response)
void receiveConnectionTuneOk(int channelMax, long frameMax, int heartbeat)
void receiveConnectionOpen(AMQShortString virtualHost, AMQShortString capabilities, boolean insist)
void receiveChannelOpen(int channelId)
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.