public final class ResetPacket extends Object implements com.singlestore.jdbc.message.ClientMessage
| Modifier and Type | Field and Description |
|---|---|
static ResetPacket |
INSTANCE |
| Constructor and Description |
|---|
ResetPacket() |
| Modifier and Type | Method and Description |
|---|---|
int |
encode(Writer writer,
com.singlestore.jdbc.client.Context context)
COM_RESET_CONNECTION packet
|
public static final ResetPacket INSTANCE
public int encode(Writer writer, com.singlestore.jdbc.client.Context context) throws IOException
int[1] 0x1f : COM_RESET_CONNECTION Header
encode in interface com.singlestore.jdbc.message.ClientMessagewriter - socket writercontext - connection contextIOException - if socket error occurCopyright © 2025 SingleStore. All rights reserved.