Interface ServerMethodProcessor<T extends ServerChannelMethodProcessor>
-
- All Superinterfaces:
MethodProcessor<T>
- All Known Implementing Classes:
AMQPConnection_0_8Impl,FrameCreatingMethodProcessor
public interface ServerMethodProcessor<T extends ServerChannelMethodProcessor> extends MethodProcessor<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreceiveChannelOpen(int channelId)voidreceiveConnectionOpen(AMQShortString virtualHost, AMQShortString capabilities, boolean insist)voidreceiveConnectionSecureOk(byte[] response)voidreceiveConnectionStartOk(FieldTable clientProperties, AMQShortString mechanism, byte[] response, AMQShortString locale)voidreceiveConnectionTuneOk(int channelMax, long frameMax, int heartbeat)-
Methods inherited from interface org.apache.qpid.server.protocol.v0_8.transport.MethodProcessor
getChannelMethodProcessor, getProtocolVersion, ignoreAllButCloseOk, receiveConnectionClose, receiveConnectionCloseOk, receiveHeartbeat, receiveProtocolHeader, setCurrentMethod
-
-
-
-
Method Detail
-
receiveConnectionStartOk
void receiveConnectionStartOk(FieldTable clientProperties, AMQShortString mechanism, byte[] response, AMQShortString locale)
-
receiveConnectionSecureOk
void receiveConnectionSecureOk(byte[] response)
-
receiveConnectionTuneOk
void receiveConnectionTuneOk(int channelMax, long frameMax, int heartbeat)
-
receiveConnectionOpen
void receiveConnectionOpen(AMQShortString virtualHost, AMQShortString capabilities, boolean insist)
-
receiveChannelOpen
void receiveChannelOpen(int channelId)
-
-