Uses of Enum
org.wildfly.security.auth.callback.SocketAddressCallback.Kind
Packages that use SocketAddressCallback.Kind
Package
Description
Extended callbacks and supporting utilities which allow efficient callback handler implementation.
-
Uses of SocketAddressCallback.Kind in org.wildfly.security.auth.callback
Methods in org.wildfly.security.auth.callback that return SocketAddressCallback.KindModifier and TypeMethodDescriptionSocketAddressCallback.getKind()Get the endpoint disposition.static SocketAddressCallback.KindReturns 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.Constructors in org.wildfly.security.auth.callback with parameters of type SocketAddressCallback.KindModifierConstructorDescriptionSocketAddressCallback(SocketAddress address, SocketAddressCallback.Kind kind) Construct a new instance.