Class FrameCreatingMethodProcessor
- java.lang.Object
-
- org.apache.qpid.server.protocol.v0_8.transport.FrameCreatingMethodProcessor
-
- All Implemented Interfaces:
ClientMethodProcessor<FrameCreatingMethodProcessor.ClientAndServerChannelMethodProcessor>,MethodProcessor<FrameCreatingMethodProcessor.ClientAndServerChannelMethodProcessor>,ServerMethodProcessor<FrameCreatingMethodProcessor.ClientAndServerChannelMethodProcessor>
public class FrameCreatingMethodProcessor extends java.lang.Object implements MethodProcessor<FrameCreatingMethodProcessor.ClientAndServerChannelMethodProcessor>, ClientMethodProcessor<FrameCreatingMethodProcessor.ClientAndServerChannelMethodProcessor>, ServerMethodProcessor<FrameCreatingMethodProcessor.ClientAndServerChannelMethodProcessor>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFrameCreatingMethodProcessor.ClientAndServerChannelMethodProcessor
-
Constructor Summary
Constructors Constructor Description FrameCreatingMethodProcessor(ProtocolVersion protocolVersion)
-
Method Summary
-
-
-
Constructor Detail
-
FrameCreatingMethodProcessor
public FrameCreatingMethodProcessor(ProtocolVersion protocolVersion)
-
-
Method Detail
-
getProcessedMethods
public java.util.List<AMQDataBlock> getProcessedMethods()
-
receiveConnectionStart
public void receiveConnectionStart(short versionMajor, short versionMinor, FieldTable serverProperties, byte[] mechanisms, byte[] locales)- Specified by:
receiveConnectionStartin interfaceClientMethodProcessor<FrameCreatingMethodProcessor.ClientAndServerChannelMethodProcessor>
-
receiveConnectionStartOk
public void receiveConnectionStartOk(FieldTable clientProperties, AMQShortString mechanism, byte[] response, AMQShortString locale)
- Specified by:
receiveConnectionStartOkin interfaceServerMethodProcessor<FrameCreatingMethodProcessor.ClientAndServerChannelMethodProcessor>
-
receiveConnectionSecure
public void receiveConnectionSecure(byte[] challenge)
- Specified by:
receiveConnectionSecurein interfaceClientMethodProcessor<FrameCreatingMethodProcessor.ClientAndServerChannelMethodProcessor>
-
receiveConnectionSecureOk
public void receiveConnectionSecureOk(byte[] response)
- Specified by:
receiveConnectionSecureOkin interfaceServerMethodProcessor<FrameCreatingMethodProcessor.ClientAndServerChannelMethodProcessor>
-
receiveConnectionTune
public void receiveConnectionTune(int channelMax, long frameMax, int heartbeat)- Specified by:
receiveConnectionTunein interfaceClientMethodProcessor<FrameCreatingMethodProcessor.ClientAndServerChannelMethodProcessor>
-
receiveConnectionTuneOk
public void receiveConnectionTuneOk(int channelMax, long frameMax, int heartbeat)- Specified by:
receiveConnectionTuneOkin interfaceServerMethodProcessor<FrameCreatingMethodProcessor.ClientAndServerChannelMethodProcessor>
-
receiveConnectionOpen
public void receiveConnectionOpen(AMQShortString virtualHost, AMQShortString capabilities, boolean insist)
- Specified by:
receiveConnectionOpenin interfaceServerMethodProcessor<FrameCreatingMethodProcessor.ClientAndServerChannelMethodProcessor>
-
receiveConnectionOpenOk
public void receiveConnectionOpenOk(AMQShortString knownHosts)
- Specified by:
receiveConnectionOpenOkin interfaceClientMethodProcessor<FrameCreatingMethodProcessor.ClientAndServerChannelMethodProcessor>
-
receiveConnectionRedirect
public void receiveConnectionRedirect(AMQShortString host, AMQShortString knownHosts)
- Specified by:
receiveConnectionRedirectin interfaceClientMethodProcessor<FrameCreatingMethodProcessor.ClientAndServerChannelMethodProcessor>
-
receiveConnectionClose
public void receiveConnectionClose(int replyCode, AMQShortString replyText, int classId, int methodId)- Specified by:
receiveConnectionClosein interfaceMethodProcessor<FrameCreatingMethodProcessor.ClientAndServerChannelMethodProcessor>
-
receiveConnectionCloseOk
public void receiveConnectionCloseOk()
- Specified by:
receiveConnectionCloseOkin interfaceMethodProcessor<FrameCreatingMethodProcessor.ClientAndServerChannelMethodProcessor>
-
receiveChannelOpen
public void receiveChannelOpen(int channelId)
- Specified by:
receiveChannelOpenin interfaceServerMethodProcessor<FrameCreatingMethodProcessor.ClientAndServerChannelMethodProcessor>
-
receiveHeartbeat
public void receiveHeartbeat()
- Specified by:
receiveHeartbeatin interfaceMethodProcessor<FrameCreatingMethodProcessor.ClientAndServerChannelMethodProcessor>
-
getProtocolVersion
public ProtocolVersion getProtocolVersion()
- Specified by:
getProtocolVersionin interfaceMethodProcessor<FrameCreatingMethodProcessor.ClientAndServerChannelMethodProcessor>
-
getChannelMethodProcessor
public FrameCreatingMethodProcessor.ClientAndServerChannelMethodProcessor getChannelMethodProcessor(int channelId)
- Specified by:
getChannelMethodProcessorin interfaceMethodProcessor<FrameCreatingMethodProcessor.ClientAndServerChannelMethodProcessor>
-
setProtocolVersion
public void setProtocolVersion(ProtocolVersion protocolVersion)
-
receiveProtocolHeader
public void receiveProtocolHeader(ProtocolInitiation protocolInitiation)
- Specified by:
receiveProtocolHeaderin interfaceMethodProcessor<FrameCreatingMethodProcessor.ClientAndServerChannelMethodProcessor>
-
setCurrentMethod
public void setCurrentMethod(int classId, int methodId)- Specified by:
setCurrentMethodin interfaceMethodProcessor<FrameCreatingMethodProcessor.ClientAndServerChannelMethodProcessor>
-
ignoreAllButCloseOk
public boolean ignoreAllButCloseOk()
- Specified by:
ignoreAllButCloseOkin interfaceMethodProcessor<FrameCreatingMethodProcessor.ClientAndServerChannelMethodProcessor>
-
getClassId
public int getClassId()
-
getMethodId
public int getMethodId()
-
-