H - The type of the class that extends AbstractHandler.
This is used to ensure the correct type is returned by the builder methods, allowing method chaining.public abstract class AbstractHandler<H extends AbstractHandler<H>> extends AbstractHeader<H> implements ChannelHandler
EMPTYDISCARD| Constructor and Description |
|---|
AbstractHandler() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
buffered()
Retrieves the buffer status of the channel associated with this handler.
|
H |
buffered(Boolean buffered)
Sets the buffer status of the channel associated with this handler.
|
sessionName, sessionName, systemContext, systemContextusesSelfDescribingMessageequals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitasInternalChannel, closeWhenRunEnds, recordHistory, responseHeader, runsessionName, 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, writeValueunexpectedFieldpublic Boolean buffered()
buffered in interface ChannelHandlerpublic H buffered(Boolean buffered)
buffered - A Boolean value indicating whether the channel should be buffered.
Set to null to leave the decision to the server.Copyright © 2023. All rights reserved.