Package | Description |
---|---|
org.wildfly.security.auth.callback |
Extended callbacks and supporting utilities which allow efficient callback handler implementation.
|
Modifier and Type | Method and Description |
---|---|
SocketAddressCallback.Kind |
SocketAddressCallback.getKind()
Get the endpoint disposition.
|
static SocketAddressCallback.Kind |
SocketAddressCallback.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SocketAddressCallback.Kind[] |
SocketAddressCallback.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SocketAddressCallback(SocketAddress address,
SocketAddressCallback.Kind kind)
Construct a new instance.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.