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
SocketException
public InetSocketAddress getAddress()
public void send(String content) throws IOException
IOException
public void close()
Copyright © GigaSpaces.