Uses of Enum Class
org.eclipse.aether.named.ipc.SocketFamily
-
Uses of SocketFamily in org.eclipse.aether.named.ipc
Methods in org.eclipse.aether.named.ipc that return SocketFamilyModifier and TypeMethodDescriptionstatic SocketFamilySocketFamily.familyOf(SocketAddress address) static SocketFamilyReturns the enum constant of this class with the specified name.static SocketFamily[]SocketFamily.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.eclipse.aether.named.ipc with parameters of type SocketFamilyModifierConstructorDescriptionIpcServer(SocketFamily family) Deprecated.IpcServer(SocketFamily family, String bootstrapToken) Creates a server that honors a remote stop request only when it carries the given bootstrap token, which is shared exclusively with the client that spawned this server.
IpcMessages.REQUEST_STOPrequests; useIpcServer(SocketFamily, String)instead.