| Package | Description |
|---|---|
| org.thales.punch.libraries.netty.groups |
Socket destination group api.
|
| 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 |
| Modifier and Type | Method and Description |
|---|---|
NettyTcpClient<T> |
Destination.getClient() |
| Modifier and Type | Method and Description |
|---|---|
Groups<T> |
Groups.add(org.thales.punch.settings.api.ISettingsMap destination,
NettyTcpClient<T> client)
Add a destination to our groups.
|
| Constructor and Description |
|---|
Destination(int weight,
Group<T> group,
NettyTcpClient<T> client)
Ctor
|
| Modifier and Type | Method and Description |
|---|---|
static NettyTcpClient<Map<String,String>> |
NettyFactory.getLumberjackClient(org.thales.punch.settings.api.ISettingsMap settings,
org.thales.punch.libraries.metrics.api.IMetricContext metricsContext,
NettyDataAcker acker)
Return a TCP client.
|
static NettyTcpClient<String> |
NettyFactory.getTcpClient(org.thales.punch.settings.api.ISettingsMap settings,
org.thales.punch.libraries.metrics.api.IMetricContext metricsContext) |
static NettyTcpClient<String> |
NettyFactory.getTcpClient(org.thales.punch.settings.api.ISettingsMap settings,
org.thales.punch.libraries.metrics.api.IMetricContext metricsContext,
NettyDataAcker acker) |
NettyTcpClient<T> |
NettyTcpClient.setConnectionCallback(INettyConnectionCallback cb)
Request to be told upon connection/disconnection with the target server.
|
NettyTcpClient<T> |
NettyTcpClient.setName(String name)
Associate a name to the client.
|
NettyTcpClient<T> |
NettyTcpClient.start()
Start the client.
|
NettyTcpClient<T> |
NettyTcpClient.stop()
Stop the client.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NettyHttpClientImpl
The HttpClient.
|
class |
NettyLumberJackClientImpl
This client is in charge of sending outgoing data to a lumberjack peer.
|
class |
NettyTcpClientImpl
The NIO client sends out events as string on a tcp socket.
|
| Modifier and Type | Method and Description |
|---|---|
NettyTcpClient<String> |
NettyHttpClientImpl.setCallback(INettyReaderCallback<Map<String,Object>> callback) |
NettyTcpClient<String> |
NettyTcpClientImpl.setConnectionCallback(INettyConnectionCallback cb) |
NettyTcpClient<String> |
NettyHttpClientImpl.setConnectionCallback(INettyConnectionCallback cb) |
NettyTcpClient<Map<String,String>> |
NettyLumberJackClientImpl.setConnectionCallback(INettyConnectionCallback cb) |
NettyTcpClient<String> |
NettyTcpClientImpl.setName(String name) |
NettyTcpClient<String> |
NettyHttpClientImpl.setName(String name) |
NettyTcpClient<Map<String,String>> |
NettyLumberJackClientImpl.setName(String name) |
NettyTcpClient<String> |
NettyTcpClientImpl.stop() |
NettyTcpClient<String> |
NettyHttpClientImpl.stop() |
NettyTcpClient<Map<String,String>> |
NettyLumberJackClientImpl.stop() |
Copyright © 2023. All rights reserved.