Interface | Description |
---|---|
Advertiser |
Class | Description |
---|---|
AbstractSocketManager |
Abstract base class for managing sockets.
|
DatagramOutputStream |
OutputStream for UDP connections.
|
DatagramSocketManager |
Socket Manager for UDP connections.
|
DatagramSocketManager.DatagramSocketManagerFactory |
Factory to create the DatagramSocketManager.
|
DatagramSocketManager.FactoryData |
Data for the factory.
|
JndiManager |
JNDI
Context manager. |
JndiManager.JndiManagerFactory | |
MimeMessageBuilder |
Builder for
MimeMessage instances. |
MulticastDnsAdvertiser |
Advertise an entity via ZeroConf/MulticastDNS and the JmDNS library.
|
Priority |
The Priority used in the Syslog system.
|
SmtpManager |
Manager for sending SMTP events.
|
SmtpManager.FactoryData |
Factory data.
|
SmtpManager.SMTPManagerFactory |
Factory to create the SMTP Manager.
|
SocketAddress |
Plugin to hold a hostname and port (socket address).
|
SocketAddress.Builder | |
SocketOptions |
Holds all socket options settable via
Socket methods. |
SocketPerformancePreferences |
Holds all socket options settable via
Socket.setPerformancePreferences(int, int, int) . |
SslSocketManager | |
SslSocketManager.SslFactoryData | |
SslSocketManager.SslSocketManagerFactory | |
TcpSocketManager |
Manager of TCP Socket connections.
|
TcpSocketManager.FactoryData |
Data for the factory.
|
TcpSocketManager.TcpSocketManagerFactory |
Factory to create a TcpSocketManager.
|
Enum | Description |
---|---|
Facility |
The facility codes used by the Syslog system.
|
Protocol |
Enumerates the supported protocols.
|
Rfc1349TrafficClass |
Enumerates the RFC 1349 TOS field.
|
Severity |
Severity values used by the Syslog system.
|
Exception | Description |
---|---|
SslSocketManager.SslSocketManagerFactory.TlsSocketManagerFactoryException |