public final class SSLRequest extends Object implements FrontendMessage
Modifier and Type | Field and Description |
---|---|
static SSLRequest |
INSTANCE
A static singleton instance that should always be used.
|
Modifier and Type | Method and Description |
---|---|
Publisher<io.netty.buffer.ByteBuf> |
encode(io.netty.buffer.ByteBufAllocator byteBufAllocator)
Encode a message into a
ByteBuf . |
String |
toString() |
public static final SSLRequest INSTANCE
public Publisher<io.netty.buffer.ByteBuf> encode(io.netty.buffer.ByteBufAllocator byteBufAllocator)
FrontendMessage
ByteBuf
.encode
in interface FrontendMessage
byteBufAllocator
- the byteBufAllocator to use to get a ByteBuf
to write intoPublisher
that produces the ByteBuf
containing the encoded messageCopyright © 2019. All rights reserved.