public class ChronicleGatewayMain extends ChronicleContext implements net.openhft.chronicle.core.io.Closeable
| Modifier and Type | Field and Description |
|---|---|
static int |
PORT |
| Constructor and Description |
|---|
ChronicleGatewayMain(String url) |
ChronicleGatewayMain(String url,
SocketRegistry socketRegistry,
SystemContext systemContext) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
buffered() |
ChronicleGatewayMain |
buffered(boolean buffered) |
static void |
main(String... args) |
ChronicleGatewayMain |
pauserMode(net.openhft.chronicle.threads.PauserMode pauserMode) |
protected void |
performClose() |
int |
port() |
protected ChannelHeader |
replaceInHeader(ChannelHeader channelHeader) |
protected ChannelHeader |
replaceOutHeader(ChannelHeader channelHeader) |
ChronicleGatewayMain |
start() |
protected @Nullable ChannelHandler |
validateHandler(Marshallable marshallable) |
addCloseable, affinityLock, init, name, name, newChannelSupplier, newContext, socketRegistry, startNewGateway, systemContext, systemContext, toFile, toString, url, urlFor, useAffinity, useAffinityclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclose, closeQuietly, closeQuietlypublic ChronicleGatewayMain(String url)
public ChronicleGatewayMain(String url, SocketRegistry socketRegistry, SystemContext systemContext)
public static void main(String... args) throws IOException
IOExceptionpublic ChronicleGatewayMain pauserMode(net.openhft.chronicle.threads.PauserMode pauserMode)
public boolean buffered()
buffered in class ChronicleContextpublic ChronicleGatewayMain buffered(boolean buffered)
buffered in class ChronicleContextpublic ChronicleGatewayMain start() throws IOException
IOExceptionprotected ChannelHeader replaceInHeader(ChannelHeader channelHeader)
protected ChannelHeader replaceOutHeader(ChannelHeader channelHeader)
protected void performClose()
performClose in class ChronicleContext@Nullable protected @Nullable ChannelHandler validateHandler(Marshallable marshallable)
public int port()
Copyright © 2022. All rights reserved.