public class ServerAssembler extends Object
Constructor and Description |
---|
ServerAssembler(ServerConnection connection) |
Modifier and Type | Method and Description |
---|---|
protected ByteBuffer |
allocateByteBuffer(int size) |
void |
closed() |
void |
error(ProtocolError error) |
void |
exception(Throwable t) |
void |
frame(ServerFrame frame) |
void |
init(ProtocolHeader header) |
void |
received(ServerFrame event) |
public ServerAssembler(ServerConnection connection)
public void received(ServerFrame event)
protected ByteBuffer allocateByteBuffer(int size)
public void exception(Throwable t)
public void closed()
public void init(ProtocolHeader header)
public void error(ProtocolError error)
public void frame(ServerFrame frame)
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.