Uses of Class
io.netty5.buffer.api.BufferHolder
-
Packages that use BufferHolder Package Description io.netty5.buffer.api IncubatingBufferAPI, as a proposed alternative toByteBuf.io.netty5.handler.codec.http.websocketx Encoder, decoder, handshakers and their related message types for Web Socket data frames.io.netty5.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames.io.netty5.handler.ssl -
-
Uses of BufferHolder in io.netty5.buffer.api
Subclasses of BufferHolder in io.netty5.buffer.api Modifier and Type Class Description classBufferRefA mutable reference to a buffer. -
Uses of BufferHolder in io.netty5.handler.codec.http.websocketx
Subclasses of BufferHolder in io.netty5.handler.codec.http.websocketx Modifier and Type Class Description classBinaryWebSocketFrameWeb Socket frame containing binary data.classCloseWebSocketFrameWeb Socket Frame for closing the connection.classContinuationWebSocketFrameWeb Socket continuation frame containing continuation text or binary data.classPingWebSocketFrameWeb Socket frame containing binary data.classPongWebSocketFrameWeb Socket frame containing binary data.classTextWebSocketFrameWeb Socket text frame.classWebSocketFrameBase class for web socket frames. -
Uses of BufferHolder in io.netty5.handler.codec.http2
Subclasses of BufferHolder in io.netty5.handler.codec.http2 Modifier and Type Class Description classDefaultHttp2GoAwayFrameThe defaultHttp2GoAwayFrameimplementation.classDefaultHttp2UnknownFrame -
Uses of BufferHolder in io.netty5.handler.ssl
Subclasses of BufferHolder in io.netty5.handler.ssl Modifier and Type Class Description classPemPrivateKeyThis is a special purpose implementation of aPrivateKeywhich allows the user to pass PEM/PKCS#8 encoded key material straight intoOpenSslContextwithout having to parse and re-encode bytes in Java land.
-