public class PgsqlSSLResponseMessageWriter extends Object implements PgsqlMessageWriter<PgsqlSSLResponseMessage>
| Constructor and Description |
|---|
PgsqlSSLResponseMessageWriter() |
| Modifier and Type | Method and Description |
|---|---|
int |
contentSize(PgsqlSSLResponseMessage msg) |
void |
writeContent(PgsqlSSLResponseMessage msg,
io.netty.buffer.ByteBuf buffer) |
void |
writeHeader(PgsqlSSLResponseMessage msg,
int length,
io.netty.buffer.ByteBuf buffer) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallocate, allocate, headerSize, length, offsets, write, writeBytes, writeBytespublic int contentSize(PgsqlSSLResponseMessage msg)
contentSize in interface PgsqlMessageWriter<PgsqlSSLResponseMessage>public void writeHeader(PgsqlSSLResponseMessage msg, int length, io.netty.buffer.ByteBuf buffer) throws IOException
writeHeader in interface PgsqlMessageWriter<PgsqlSSLResponseMessage>IOExceptionpublic void writeContent(PgsqlSSLResponseMessage msg, io.netty.buffer.ByteBuf buffer) throws IOException
writeContent in interface PgsqlMessageWriter<PgsqlSSLResponseMessage>IOExceptionCopyright © 2017 The CLARUS Consortium. All rights reserved.