public class ServerSocketRegistry extends Object implements Iterable<ServerSocketRegistry.Pair>
Modifier and Type | Class and Description |
---|---|
static class |
ServerSocketRegistry.Pair |
Constructor and Description |
---|
ServerSocketRegistry(Map<EndpointQualifier,ServerSocketChannel> map,
boolean unifiedSocket) |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
boolean |
holdsUnifiedSocket() |
boolean |
isOpen() |
Iterator<ServerSocketRegistry.Pair> |
iterator() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public ServerSocketRegistry(Map<EndpointQualifier,ServerSocketChannel> map, boolean unifiedSocket)
public boolean isOpen()
public boolean holdsUnifiedSocket()
public Iterator<ServerSocketRegistry.Pair> iterator()
iterator
in interface Iterable<ServerSocketRegistry.Pair>
public void destroy()
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.