public class UdpConnection extends Object
| Constructor and Description | 
|---|
UdpConnection(String host,
             int port,
             Charset charset)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
close()  | 
InetSocketAddress | 
getAddress()  | 
void | 
send(String content)  | 
public UdpConnection(String host, int port, Charset charset) throws SocketException
SocketExceptionpublic InetSocketAddress getAddress()
public void send(String content) throws IOException
IOExceptionpublic void close()
Copyright © GigaSpaces.