Package | Description |
---|---|
java.io |
Input/Output support
|
java.lang |
Core Java classes
|
java.net |
Network communication through TCP and UDP sockets or URLs.
|
tijos.framework.networkcenter.mqtt |
MQTT3.1.1 client
|
Constructor and Description |
---|
PipedInputStream(int pipeSize)
Creates a new
PipedInputStream of the given size that is not
connected to a PipedOutputStream . |
Modifier and Type | Class and Description |
---|---|
class |
NumberFormatException |
Modifier and Type | Method and Description |
---|---|
void |
DatagramSocket.connect(InetAddress address,
int port)
This method connects this socket to the specified address and port.
|
URI |
URI.resolve(String str)
Resolves the given URI string against this URI
|
void |
DatagramPacket.setSocketAddress(SocketAddress address)
Sets the address of the remote host this package will be sent
|
Constructor and Description |
---|
InetSocketAddress(InetAddress addr,
int port)
Constructs an InetSocketAddress instance.
|
InetSocketAddress(int port)
Constructs an InetSocketAddress instance.
|
Modifier and Type | Method and Description |
---|---|
void |
MqttConnectOptions.setKeepAliveInterval(int keepAliveInterval)
Sets the "keep alive" interval.
|