java.lang.Object
com.zeroc.Ice.ConnectionInfo
com.zeroc.Ice.IPConnectionInfo
com.zeroc.Ice.UDPConnectionInfo
Provides access to the connection details of a UDP connection.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal StringThe multicast address.final intThe multicast port.final intThe size of the receive buffer.final intThe size of the send buffer.Fields inherited from class com.zeroc.Ice.IPConnectionInfo
localAddress, localPort, remoteAddress, remotePortFields inherited from class com.zeroc.Ice.ConnectionInfo
adapterName, connectionId, incoming, underlying -
Method Summary
-
Field Details
-
mcastAddress
The multicast address. -
mcastPort
public final int mcastPortThe multicast port. -
rcvSize
public final int rcvSizeThe size of the receive buffer. -
sndSize
public final int sndSizeThe size of the send buffer.
-