public class ServerInputHandler extends Object implements org.apache.qpid.transport.FrameSizeObserver
| Modifier and Type | Class and Description |
|---|---|
static class |
ServerInputHandler.State |
| Constructor and Description |
|---|
ServerInputHandler(ServerAssembler serverAssembler) |
| Modifier and Type | Method and Description |
|---|---|
void |
closed() |
void |
exception(Throwable t) |
void |
received(org.apache.qpid.bytebuffer.QpidByteBuffer buf) |
void |
setMaxFrameSize(int maxFrameSize) |
public ServerInputHandler(ServerAssembler serverAssembler)
public void setMaxFrameSize(int maxFrameSize)
setMaxFrameSize in interface org.apache.qpid.transport.FrameSizeObserverpublic void received(org.apache.qpid.bytebuffer.QpidByteBuffer buf)
public void exception(Throwable t)
public void closed()
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.