| Package | Description |
|---|---|
| org.thales.punch.netty.api |
Copyright © 2016-2021 Thales Services Numériques
Licensed under the Thales Inner Source Software License:
Version 1.2, InnerOpen - Distribution Controlled
You may not use this file except in compliance with the License.
|
| org.thales.punch.netty.relp.impl | |
| org.thales.punch.netty.relp.proto | |
| org.thales.punch.netty.relp.utils |
| Modifier and Type | Method and Description |
|---|---|
static NettySocketServer<RELPFrame> |
NettyFactory.getRelpServer(org.thales.punch.settings.api.ISettingsMap settings,
org.thales.punch.libraries.metrics.api.IMetricContext metricsContext)
Return a plain TCP server.
|
| Modifier and Type | Method and Description |
|---|---|
RELPFrame |
NettyRelpTuple.getData() |
| Modifier and Type | Method and Description |
|---|---|
void |
NettyRelpDataHandler.channelRead0(io.netty.channel.ChannelHandlerContext ctx,
RELPFrame msg) |
| Modifier and Type | Method and Description |
|---|---|
NettyRelpServerImpl |
NettyRelpServerImpl.setCallback(INettyReaderCallback<RELPFrame> handler) |
| Constructor and Description |
|---|
NettyRelpTuple(RELPFrame frame,
io.netty.channel.ChannelHandlerContext ctx,
RELPEncoder encoder)
Ctor
|
| Constructor and Description |
|---|
NettyInitializerRelpServer(INettyReaderCallback<RELPFrame> receiver,
org.thales.punch.libraries.metrics.api.IMetricContext metricsContext,
io.netty.handler.ssl.SslContext sslCtx,
boolean zipped,
int maxPayloadLength,
long readSocketTimeoutMs)
Ctor
|
NettyRelpDataHandler(INettyReaderCallback<RELPFrame> callback,
boolean useSsl)
Ctor
|
| Modifier and Type | Method and Description |
|---|---|
RELPFrame |
RELPFrame.Builder.build() |
RELPFrame |
RELPDecoder.getFrame()
Returns the decoded frame and resets the decoder for the next frame.
|
RELPFrame |
RELPResponse.toFrame(Charset charset)
Creates a RELPFrame where the data portion will contain this response.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
RELPEncoder.encode(RELPFrame frame) |
void |
IRELPClientCallback.onReceive(RELPClient client,
RELPFrame frame) |
| Modifier and Type | Method and Description |
|---|---|
void |
IRELPClientCallback.onReceive(RELPClient client,
RELPFrame frame) |
Copyright © 2023. All rights reserved.