biz.neustar.wpm.api
Interface UdpSocket.Packet

Enclosing interface:
UdpSocket

public static interface UdpSocket.Packet

A packet read from the socket.


Method Summary
 Bytes data()
           
 java.lang.String remoteAddress()
           
 int remotePort()
           
 

Method Detail

remoteAddress

java.lang.String remoteAddress()
Returns:
the remote host that data was received from.

remotePort

int remotePort()
Returns:
the remote host that data was received from.

data

Bytes data()
Returns:
the data received

Copyright © 2020 Neustar, Inc. All Rights Reserved.