public interface ConnectionSetupCodec
| Modifier and Type | Field and Description |
|---|---|
static ConnectionSetupCodec |
DEFAULT_INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
ConnectionSetup |
decode(InputStream stream) |
void |
encode(OutputStream stream,
ConnectionSetup value) |
static final ConnectionSetupCodec DEFAULT_INSTANCE
void encode(OutputStream stream, ConnectionSetup value) throws IOException
IOExceptionConnectionSetup decode(InputStream stream) throws IOException
IOExceptionCopyright © 2015–2021. All rights reserved.