public interface MethodProcessor<T extends ChannelMethodProcessor>
| Modifier and Type | Method and Description |
|---|---|
T |
getChannelMethodProcessor(int channelId) |
ProtocolVersion |
getProtocolVersion() |
boolean |
ignoreAllButCloseOk() |
void |
receiveConnectionClose(int replyCode,
AMQShortString replyText,
int classId,
int methodId) |
void |
receiveConnectionCloseOk() |
void |
receiveHeartbeat() |
void |
receiveProtocolHeader(ProtocolInitiation protocolInitiation) |
void |
setCurrentMethod(int classId,
int methodId) |
ProtocolVersion getProtocolVersion()
T getChannelMethodProcessor(int channelId)
void receiveConnectionClose(int replyCode,
AMQShortString replyText,
int classId,
int methodId)
void receiveConnectionCloseOk()
void receiveHeartbeat()
void receiveProtocolHeader(ProtocolInitiation protocolInitiation)
void setCurrentMethod(int classId,
int methodId)
boolean ignoreAllButCloseOk()
Copyright © 2006–2018 The Apache Software Foundation. All rights reserved.