| 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.impl | |
| org.thales.punch.netty.relp.impl |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
UtilNettyValueGetter.get(INettyTuple<T> nettyTuple) |
Object |
INettyTupleValueGetter.getValue(String field,
INettyTuple<T> nettyTuple) |
void |
INettyReaderCallback.onReceive(io.netty.channel.ChannelHandlerContext ctx,
INettyTuple<T> data)
Called when a
NettySocketServer has received data. |
| Modifier and Type | Class and Description |
|---|---|
class |
NettyHttpTuple
Netty Tuple to receive http content.
|
class |
NettyHttpTupleEmpty |
class |
NettyLumberJackTuple
The tuple variant that embeds the content of a data lumberjack frame.
|
class |
NettyLumberJackTupleEmpty |
class |
NettyTupleImpl<T>
The basic single value tuple implementation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NettyHttpClientImpl.onReceive(io.netty.channel.ChannelHandlerContext ctx,
INettyTuple<Map<String,Object>> in)
Called when the underlying client has received some data from the server
Do nothing now.
|
void |
NettyHttpServerImpl.onReceive(io.netty.channel.ChannelHandlerContext ctx,
INettyTuple<Map<String,Object>> in) |
void |
NettyTcpClientImpl.onReceive(io.netty.channel.ChannelHandlerContext ctx,
INettyTuple<String> data) |
| Modifier and Type | Class and Description |
|---|---|
class |
NettyRelpTuple
A tuple containing a RELP frame.
|
Copyright © 2023. All rights reserved.