| Package | Description |
|---|---|
| org.jboss.logmanager.handlers |
| Modifier and Type | Method and Description |
|---|---|
SocketHandler.Protocol |
SocketHandler.getProtocol()
Returns the protocol being used.
|
static SocketHandler.Protocol |
SocketHandler.Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SocketHandler.Protocol[] |
SocketHandler.Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SocketHandler.setProtocol(SocketHandler.Protocol protocol)
Sets the protocol to use.
|
| Constructor and Description |
|---|
SocketHandler(ClientSocketFactory clientSocketFactory,
SocketHandler.Protocol protocol)
Creates a socket handler.
|
SocketHandler(SocketFactory socketFactory,
SocketHandler.Protocol protocol,
InetAddress address,
int port)
Creates a socket handler.
|
SocketHandler(SocketFactory socketFactory,
SocketHandler.Protocol protocol,
String hostname,
int port)
Creates a socket handler.
|
SocketHandler(SocketHandler.Protocol protocol,
InetAddress address,
int port)
Creates a socket handler.
|
SocketHandler(SocketHandler.Protocol protocol,
String hostname,
int port)
Creates a socket handler.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.