Package io.netty5.handler.codec.http
Class HttpRequestEncoder
- java.lang.Object
-
- io.netty5.channel.ChannelHandlerAdapter
-
- io.netty5.handler.codec.MessageToMessageEncoder<Object>
-
- io.netty5.handler.codec.http.HttpObjectEncoder<HttpRequest>
-
- io.netty5.handler.codec.http.HttpRequestEncoder
-
- All Implemented Interfaces:
io.netty5.channel.ChannelHandler
public class HttpRequestEncoder extends HttpObjectEncoder<HttpRequest>
-
-
Constructor Summary
Constructors Constructor Description HttpRequestEncoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
acceptOutboundMessage(Object msg)
protected void
encodeInitialLine(io.netty5.buffer.api.Buffer buf, HttpRequest request)
-
Methods inherited from class io.netty5.handler.codec.http.HttpObjectEncoder
crlfBuffer, encode, encodeHeaders, isContentAlwaysEmpty, sanitizeHeadersBeforeEncode, zeroCrlfCrlfBuffer
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.netty5.channel.ChannelHandler
bind, channelActive, channelInactive, channelRead, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, close, connect, deregister, disconnect, exceptionCaught, flush, handlerAdded, handlerRemoved, read, register, userEventTriggered
-
-
-
-
Method Detail
-
acceptOutboundMessage
public boolean acceptOutboundMessage(Object msg) throws Exception
- Overrides:
acceptOutboundMessage
in classHttpObjectEncoder<HttpRequest>
- Throws:
Exception
-
encodeInitialLine
protected void encodeInitialLine(io.netty5.buffer.api.Buffer buf, HttpRequest request) throws Exception
- Specified by:
encodeInitialLine
in classHttpObjectEncoder<HttpRequest>
- Throws:
Exception
-
-