public class ServerInputHandler extends Object implements 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(QpidByteBuffer buf) |
void |
setMaxFrameSize(int maxFrameSize) |
public ServerInputHandler(ServerAssembler serverAssembler)
public void setMaxFrameSize(int maxFrameSize)
setMaxFrameSize
in interface FrameSizeObserver
public void received(QpidByteBuffer buf)
public void exception(Throwable t)
public void closed()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.