Uses of Class
com.tangosol.net.TcpDatagramSocket.Impl
-
Packages that use TcpDatagramSocket.Impl Package Description com.tangosol.net Contains basic cluster interfaces and factories. -
-
Uses of TcpDatagramSocket.Impl in com.tangosol.net
Subclasses of TcpDatagramSocket.Impl in com.tangosol.net Modifier and Type Class Description static class
NonBlockingTcpDatagramSocket.Impl
A specialization ofTcpDatagramSocket.Impl
which provides non-blocking functionality, seeNonBlockingTcpDatagramSocket.Impl.send(DatagramPacket)
.Fields in com.tangosol.net declared as TcpDatagramSocket.Impl Modifier and Type Field Description protected TcpDatagramSocket.Impl
TcpDatagramSocket. m_impl
Constructors in com.tangosol.net with parameters of type TcpDatagramSocket.Impl Constructor Description TcpDatagramSocket(TcpDatagramSocket.Impl impl)
Creates a new TcpDatagramSocket using anTcpDatagramSocket.Impl
.
-