public class HostDetails extends Object implements net.openhft.chronicle.wire.Marshallable
| Modifier and Type | Field and Description |
|---|---|
int |
hostId |
String |
hostname |
int |
port |
int |
tcpBufferSize |
int |
timeoutMs |
| Constructor and Description |
|---|
HostDetails() |
| Modifier and Type | Method and Description |
|---|---|
TcpChannelHub |
acquireTcpChannelHub(net.openhft.chronicle.threads.api.EventLoop eventLoopv) |
void |
readMarshallable(net.openhft.chronicle.wire.WireIn wire) |
void |
writeMarshallable(net.openhft.chronicle.wire.WireOut wire) |
public int hostId
public int tcpBufferSize
public String hostname
public int port
public int timeoutMs
public void readMarshallable(@NotNull
net.openhft.chronicle.wire.WireIn wire)
throws IllegalStateException
readMarshallable in interface net.openhft.chronicle.wire.ReadMarshallableIllegalStateExceptionpublic void writeMarshallable(@NotNull
net.openhft.chronicle.wire.WireOut wire)
writeMarshallable in interface net.openhft.chronicle.wire.WriteMarshallablepublic TcpChannelHub acquireTcpChannelHub(net.openhft.chronicle.threads.api.EventLoop eventLoopv)
Copyright © 2015. All rights reserved.