public class Assembler extends Object implements Receiver<NetworkEvent>, NetworkDelegate
| Constructor and Description |
|---|
Assembler(Receiver<ProtocolEvent> receiver) |
| Modifier and Type | Method and Description |
|---|---|
void |
closed() |
void |
error(ProtocolError error) |
void |
exception(Throwable t) |
void |
frame(Frame frame) |
void |
init(ProtocolHeader header) |
void |
received(NetworkEvent event) |
public Assembler(Receiver<ProtocolEvent> receiver)
public void received(NetworkEvent event)
received in interface Receiver<NetworkEvent>public void exception(Throwable t)
exception in interface Receiver<NetworkEvent>public void closed()
closed in interface Receiver<NetworkEvent>public void init(ProtocolHeader header)
init in interface NetworkDelegatepublic void error(ProtocolError error)
error in interface NetworkDelegatepublic void frame(Frame frame)
frame in interface NetworkDelegateCopyright © 2006–2015 The Apache Software Foundation. All rights reserved.