/** * Get the IP Address for the switch * @return the inet address */ @JsonSerialize(using=ToStringSerializer.class) public SocketAddress getInetAddress() { return channel.getRemoteAddress(); }
/** * @return The remote SocketAddress of the channel */ @Override @JsonSerialize(using=ToStringSerializer.class) public SocketAddress getInetAddress() { return channel.getRemoteAddress(); }
/** * Get the IP Address for the switch * @return the inet address */ @Override @JsonSerialize(using=ToStringSerializer.class) public SocketAddress getInetAddress() { return channel.getRemoteAddress(); }