}
protected void handleBind(Packet packet) {
TcpIpConnectionManager connectionManager = connection.getConnectionManager();
BindMessage bind = (BindMessage) ioService.toObject(packet.getData());
connectionManager.bind(connection, bind.getLocalAddress(), bind.getTargetAddress(), bind.shouldReply());
}
protected Packet obtainPacket() {
PortableContext portableContext = ioService.getPortableContext();
return new Packet(portableContext);