public class PipeHandler extends net.openhft.chronicle.wire.channel.AbstractHandler<PipeHandler>
| Constructor and Description |
|---|
PipeHandler() |
| Modifier and Type | Method and Description |
|---|---|
net.openhft.chronicle.wire.channel.ChronicleChannel |
asInternalChannel(net.openhft.chronicle.wire.channel.ChronicleContext context,
net.openhft.chronicle.wire.channel.ChronicleChannelCfg channelCfg) |
String |
publish() |
PipeHandler |
publish(String publish) |
void |
run(net.openhft.chronicle.wire.channel.ChronicleContext context,
net.openhft.chronicle.wire.channel.ChronicleChannel channel) |
String |
subscribe() |
PipeHandler |
subscribe(String subscribe) |
net.openhft.chronicle.bytes.SyncMode |
syncMode() |
PipeHandler |
syncMode(net.openhft.chronicle.bytes.SyncMode syncMode) |
sessionName, sessionName, systemContext, systemContextusesSelfDescribingMessageequals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcloseWhenRunEnds, responseHeadersessionName, sessionName, systemContext, systemContext$equals, $fieldInfoMap, $fieldInfos, $hashCode, $toString, className, copyTo, deepCopy, fromFile, fromFile, fromString, fromString, fromString, getField, getLongField, mergeToMap, readMarshallable, reset, setField, setLongField, streamFromFile, streamFromFile, writeMarshallablebinaryLengthLength, writeValuepublic String publish()
public PipeHandler publish(String publish)
public String subscribe()
public PipeHandler subscribe(String subscribe)
public net.openhft.chronicle.bytes.SyncMode syncMode()
public PipeHandler syncMode(net.openhft.chronicle.bytes.SyncMode syncMode)
public void run(net.openhft.chronicle.wire.channel.ChronicleContext context,
net.openhft.chronicle.wire.channel.ChronicleChannel channel)
public net.openhft.chronicle.wire.channel.ChronicleChannel asInternalChannel(net.openhft.chronicle.wire.channel.ChronicleContext context,
net.openhft.chronicle.wire.channel.ChronicleChannelCfg channelCfg)
Copyright © 2022. All rights reserved.