public class ByteEchoPeerBase extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
messageSize |
protected SocketAddress |
myAddress |
protected SocketAddress |
peerAddress |
Constructor and Description |
---|
ByteEchoPeerBase(int messageSize,
SocketAddress myAddress,
SocketAddress peerAddress) |
protected final int messageSize
protected final SocketAddress myAddress
protected final SocketAddress peerAddress
public ByteEchoPeerBase(int messageSize, SocketAddress myAddress, SocketAddress peerAddress)
Copyright © 2008–2018 The Netty Project. All rights reserved.