Package com.zeroc.Ice
Class UDPConnectionInfo
java.lang.Object
com.zeroc.Ice.ConnectionInfo
com.zeroc.Ice.IPConnectionInfo
com.zeroc.Ice.UDPConnectionInfo
- All Implemented Interfaces:
Cloneable
Provides access to the connection details of a UDP connection
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe multicast address.int
The multicast port.int
The connection buffer receive size.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
-
Constructor Summary
ConstructorsConstructorDescriptionUDPConnectionInfo
(ConnectionInfo underlying, boolean incoming, String adapterName, String connectionId, String localAddress, int localPort, String remoteAddress, int remotePort, String mcastAddress, int mcastPort, int rcvSize, int sndSize) -
Method Summary
-
Field Details
-
mcastAddress
The multicast address. -
mcastPort
public int mcastPortThe multicast port. -
rcvSize
public int rcvSizeThe connection buffer receive size. -
sndSize
public int sndSizeThe connection buffer send size.
-
-
Constructor Details
-
UDPConnectionInfo
public UDPConnectionInfo() -
UDPConnectionInfo
-
-
Method Details
-
clone
- Overrides:
clone
in classIPConnectionInfo
-