public final class LocalInfileResponse extends Object implements SubsequenceClientMessage
| Constructor and Description |
|---|
LocalInfileResponse(int envelopeId,
String path,
SynchronousSink<?> errorSink) |
| Modifier and Type | Method and Description |
|---|---|
Flux<io.netty.buffer.ByteBuf> |
encode(io.netty.buffer.ByteBufAllocator allocator,
ConnectionContext context)
Encode a message into
ByteBufs. |
boolean |
equals(Object o) |
int |
getEnvelopeId()
Gets the current envelope ID used to serialize subsequent request messages.
|
int |
hashCode() |
String |
toString() |
public LocalInfileResponse(int envelopeId,
String path,
SynchronousSink<?> errorSink)
public Flux<io.netty.buffer.ByteBuf> encode(io.netty.buffer.ByteBufAllocator allocator, ConnectionContext context)
ClientMessageByteBufs.encode in interface ClientMessageallocator - the ByteBufAllocator that use to get ByteBuf to write into.context - current MySQL connection context.Flux that's produces the encoded ByteBufs.public int getEnvelopeId()
SubsequenceClientMessagegetEnvelopeId in interface SubsequenceClientMessageCopyright © 2018–2024 asyncer.io. All rights reserved.