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 String
The multicast address.final int
The multicast port.final int
The connection buffer receive size.final int
The connection buffer send size.Fields inherited from class com.zeroc.Ice.IPConnectionInfo
localAddress, localPort, remoteAddress, remotePort
Fields 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 connection buffer receive size. -
sndSize
public final int sndSizeThe connection buffer send size.
-