public class ServerEndpoint extends Object implements net.openhft.chronicle.core.io.Closeable
| Constructor and Description |
|---|
ServerEndpoint(String hostPortDescription,
AssetTree assetTree,
net.openhft.chronicle.wire.WireType wire) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
net.openhft.chronicle.network.AcceptorEventHandler |
start(String hostPortDescription,
AssetTree asset,
net.openhft.chronicle.wire.WireType wireType) |
void |
stop() |
public ServerEndpoint(String hostPortDescription, @NotNull AssetTree assetTree, net.openhft.chronicle.wire.WireType wire) throws IOException
IOException@Nullable public net.openhft.chronicle.network.AcceptorEventHandler start(String hostPortDescription, @NotNull AssetTree asset, net.openhft.chronicle.wire.WireType wireType) throws IOException
IOExceptionpublic void stop()
public void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2015. All rights reserved.