Package | Description |
---|---|
org.jboss.logmanager.handlers |
Modifier and Type | Method | Description |
---|---|---|
SocketHandler.Protocol |
SocketHandler.getProtocol() |
Returns the protocol being used.
|
static SocketHandler.Protocol |
SocketHandler.Protocol.valueOf(java.lang.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 | Description |
---|---|---|
void |
SocketHandler.setProtocol(SocketHandler.Protocol protocol) |
Sets the protocol to use.
|
Constructor | Description |
---|---|
SocketHandler(javax.net.SocketFactory socketFactory,
SocketHandler.Protocol protocol,
java.lang.String hostname,
int port) |
Creates a socket handler.
|
SocketHandler(javax.net.SocketFactory socketFactory,
SocketHandler.Protocol protocol,
java.net.InetAddress address,
int port) |
Creates a socket handler.
|
SocketHandler(ClientSocketFactory clientSocketFactory,
SocketHandler.Protocol protocol) |
Creates a socket handler.
|
SocketHandler(SocketHandler.Protocol protocol,
java.lang.String hostname,
int port) |
Creates a socket handler.
|
SocketHandler(SocketHandler.Protocol protocol,
java.net.InetAddress address,
int port) |
Creates a socket handler.
|
Copyright © 2018. All rights reserved.