public final class ServerDisassembler extends Object implements org.apache.qpid.transport.ProtocolEventSender, org.apache.qpid.transport.ProtocolDelegate<Void>, org.apache.qpid.transport.FrameSizeObserver
| Constructor and Description |
|---|
ServerDisassembler(org.apache.qpid.transport.ByteBufferSender sender,
int maxFrame) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
closed() |
void |
command(Void v,
org.apache.qpid.transport.Method method) |
void |
control(Void v,
org.apache.qpid.transport.Method method) |
void |
error(Void v,
org.apache.qpid.transport.ProtocolError error) |
void |
flush() |
void |
init(Void v,
org.apache.qpid.transport.ProtocolHeader header) |
void |
send(org.apache.qpid.transport.ProtocolEvent event) |
void |
setMaxFrameSize(int maxFrame) |
public ServerDisassembler(org.apache.qpid.transport.ByteBufferSender sender,
int maxFrame)
public void send(org.apache.qpid.transport.ProtocolEvent event)
send in interface org.apache.qpid.transport.ProtocolEventSenderpublic void flush()
flush in interface org.apache.qpid.transport.ProtocolEventSenderpublic void close()
close in interface org.apache.qpid.transport.ProtocolEventSenderpublic void init(Void v, org.apache.qpid.transport.ProtocolHeader header)
init in interface org.apache.qpid.transport.ProtocolDelegate<Void>public void control(Void v, org.apache.qpid.transport.Method method)
control in interface org.apache.qpid.transport.ProtocolDelegate<Void>public void command(Void v, org.apache.qpid.transport.Method method)
command in interface org.apache.qpid.transport.ProtocolDelegate<Void>public void error(Void v, org.apache.qpid.transport.ProtocolError error)
error in interface org.apache.qpid.transport.ProtocolDelegate<Void>public void setMaxFrameSize(int maxFrame)
setMaxFrameSize in interface org.apache.qpid.transport.FrameSizeObserverpublic void closed()
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.