@FunctionalInterface public interface AcceptStrategy extends net.openhft.chronicle.wire.Marshallable
| Modifier and Type | Field and Description |
|---|---|
static AcceptStrategy |
ACCEPT_ALL |
| Modifier and Type | Method and Description |
|---|---|
ChronicleSocketChannel |
accept(ChronicleServerSocketChannel ssc)
Determine whether to accept the incoming connection
|
$equals, $fieldInfoMap, $fieldInfos, $hashCode, $toString, className, copyTo, deepCopy, fromFile, fromFile, fromString, fromString, fromString, getField, getLongField, mergeToMap, readMarshallable, reset, setField, setLongField, streamFromFile, streamFromFile, writeMarshallablestatic final AcceptStrategy ACCEPT_ALL
ChronicleSocketChannel accept(ChronicleServerSocketChannel ssc) throws IOException
ssc - IOExceptionCopyright © 2023. All rights reserved.