- data(byte[]) - Method in class org.thales.punch.netty.relp.proto.RELPFrame.Builder
-
- dataLength(int) - Method in class org.thales.punch.netty.relp.proto.RELPFrame.Builder
-
- debug() - Method in class org.thales.punch.libraries.netty.loadcontrol.LoadController
-
dump some useful infos.
- debug() - Method in class org.thales.punch.libraries.netty.loadcontrol.RateLimiterLoadController
-
dump some useful infos.
- debug(String, Object...) - Method in class org.thales.punch.netty.loggers.PeriodicLoggerWrapper
-
- decode(ByteBuf) - Method in interface org.thales.punch.libraries.commons.netty.codec.NettyCodec
-
Decode a received payload and return the decoded info as one or several strings
- decode(ByteBuf) - Method in class org.thales.punch.libraries.commons.netty.codec.NettyNetflowDecoder
-
Decode a received payload and return the lumberjack frames contained in
it.
- decode(byte[]) - Method in class org.thales.punch.libraries.commons.netty.codec.NettyNetflowDecoder
-
Decode a received payload and return the lumberjack frames contained in
it.
- decode(ByteBuf) - Method in class org.thales.punch.libraries.commons.netty.codec.NettySnmpDecoder
-
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class org.thales.punch.netty.handler.codec.FixedLengthFrameDecoder
-
- decode(ChannelHandlerContext, ByteBuf) - Method in class org.thales.punch.netty.handler.codec.FixedLengthFrameDecoder
-
Create a frame out of the ByteBuf and return it.
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class org.thales.punch.netty.handler.codec.LineBasedFrameDecoder
-
- decode(ChannelHandlerContext, ByteBuf) - Method in class org.thales.punch.netty.handler.codec.LineBasedFrameDecoder
-
Create a frame out of the ByteBuf and return it.
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class org.thales.punch.netty.handler.codec.RelpFrameDecoder
-
- decode(ChannelHandlerContext, ByteBuf) - Method in class org.thales.punch.netty.handler.codec.RelpFrameDecoder
-
Create a frame out of the ByteBuf and return it.
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class org.thales.punch.netty.handler.codec.SyslogAutoOctetOrEolFrameDecoder
-
- decode(ChannelHandlerContext, ByteBuf) - Method in class org.thales.punch.netty.handler.codec.SyslogAutoOctetOrEolFrameDecoder
-
Create a frame out of the ByteBuf and return it.
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class org.thales.punch.netty.handler.codec.SyslogOctetCountFrameDecoder
-
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class org.thales.punch.netty.impl.MonitoredStringDecoder
-
- decode(ByteBuf) - Method in class org.thales.punch.netty.impl.NettyLumberjackDecoder
-
Decode a received payload and return the lumberjack frames contained in
it.
- decode(byte[]) - Method in class org.thales.punch.netty.impl.NettyLumberjackDecoder
-
Decode a received payload and return the lumberjack frames contained in
it.
- decode(byte[], int) - Method in class org.thales.punch.netty.impl.NettyLumberjackDecoder
-
Decode a received payload at some starting offset and return the
lumberjack frames contained in it.
- decodeComplete(ByteBuffer) - Method in class org.thales.punch.netty.impl.NettyLumberjackDecoder
-
Decode a received payload.
- decodeMultiPart(int, Map<String, Object>) - Static method in class org.thales.punch.netty.impl.NettyHttpServerHandler
-
If required replace the content by a decoded document containing the byte arrays
for each multipart.
- DELIMITER - Static variable in class org.thales.punch.netty.relp.proto.RELPFrame
-
- deregister(ChannelHandlerContext, ChannelPromise) - Method in class org.thales.punch.netty.impl.MonitoringHandler
-
- Destination<T> - Class in org.thales.punch.libraries.netty.groups
-
A destination encapsulate a Netty TCP client.
- Destination(int, Group<T>, NettyTcpClient<T>) - Constructor for class org.thales.punch.libraries.netty.groups.Destination
-
Ctor
- DESTINATION_KEY - Static variable in class org.thales.punch.libraries.netty.groups.GroupConfig
-
The array of destinations.
- DestinationLoadBalancer<T> - Class in org.thales.punch.libraries.netty.groups
-
A destination load balancer returns each destination using a round robin strategy.
- DestinationLoadBalancer() - Constructor for class org.thales.punch.libraries.netty.groups.DestinationLoadBalancer
-
Ctor
- disconnect(ChannelHandlerContext, ChannelPromise) - Method in class org.thales.punch.netty.impl.MonitoringHandler
-
- disconnected(Destination<T>) - Method in class org.thales.punch.libraries.netty.groups.Group
-
Callback whenever the connection to one destination failed.
- DROP_IF_SLOW - Static variable in class org.thales.punch.netty.impl.NettyTcpClientImpl
-
- DROP_IF_SLOW_DEFAULT_VALUE - Static variable in class org.thales.punch.netty.impl.NettyTcpClientImpl
-
- get(INettyTuple<T>) - Method in class org.thales.punch.netty.api.UtilNettyValueGetter
-
- getAddress() - Method in class org.thales.punch.netty.impl.UdpTable.Host
-
- getAppRecvCounter() - Method in class org.thales.punch.netty.impl.NettyInitializer
-
- getAppSentCounter() - Method in class org.thales.punch.netty.impl.NettyInitializer
-
- getByLocalPort(int) - Method in class org.thales.punch.netty.impl.UdpTable
-
Get all socket that matching local port
- getBytes() - Method in class org.thales.punch.libraries.commons.netty.codec.NettyNetflowEncoder
-
Get the complete Netflow payload as a byte array
- getChannel() - Method in class org.thales.punch.netty.impl.NettyHttpTuple
-
- getCharset() - Method in class org.thales.punch.netty.impl.NettyLumberjackEncoder
-
- getCharset() - Method in class org.thales.punch.netty.relp.proto.RELPEncoder
-
- getClient() - Method in class org.thales.punch.libraries.netty.groups.Destination
-
- getCommand() - Method in class org.thales.punch.netty.relp.proto.RELPFrame
-
- getConfiguredWeight() - Method in class org.thales.punch.libraries.netty.groups.Group
-
- getConnectIntervalMs() - Method in class org.thales.punch.netty.impl.NettyAbstractClient
-
- getConnectRetryIntervalMs() - Method in class org.thales.punch.netty.impl.NettyAbstractClient
-
- getContext() - Method in class org.thales.punch.netty.impl.NettyLumberjackData
-
- getCurrentRate() - Method in interface org.thales.punch.libraries.netty.loadcontrol.ILoadController
-
- getCurrentRate() - Method in class org.thales.punch.libraries.netty.loadcontrol.LoadController
-
- getCurrentRate() - Method in class org.thales.punch.libraries.netty.loadcontrol.RateLimiterLoadController
-
- getData() - Method in interface org.thales.punch.netty.api.INettyTuple
-
The general case is to receive a Json document (as is, or lumberjack encoded),
made of key value pairs.
- getData() - Method in class org.thales.punch.netty.impl.NettyHttpTuple
-
- getData() - Method in class org.thales.punch.netty.impl.NettyHttpTupleEmpty
-
- getData() - Method in class org.thales.punch.netty.impl.NettyLumberjackData
-
- getData() - Method in class org.thales.punch.netty.impl.NettyLumberJackTuple
-
- getData() - Method in class org.thales.punch.netty.impl.NettyLumberJackTupleEmpty
-
- getData() - Method in class org.thales.punch.netty.impl.NettyTupleImpl
-
- getData() - Method in class org.thales.punch.netty.relp.impl.NettyRelpTuple
-
- getData() - Method in class org.thales.punch.netty.relp.proto.RELPFrame
-
- getDataLength() - Method in interface org.thales.punch.netty.api.INettyTuple
-
- getDataLength() - Method in class org.thales.punch.netty.impl.NettyHttpTuple
-
- getDataLength() - Method in class org.thales.punch.netty.impl.NettyHttpTupleEmpty
-
- getDataLength() - Method in class org.thales.punch.netty.impl.NettyLumberJackTuple
-
- getDataLength() - Method in class org.thales.punch.netty.impl.NettyLumberJackTupleEmpty
-
- getDataLength() - Method in class org.thales.punch.netty.impl.NettyTupleImpl
-
- getDataLength() - Method in class org.thales.punch.netty.relp.impl.NettyRelpTuple
-
- getDataLength() - Method in class org.thales.punch.netty.relp.proto.RELPFrame
-
- getDirectResponse() - Method in class org.thales.punch.netty.impl.NettyHttpTuple
-
- getDrops() - Method in class org.thales.punch.netty.impl.UdpTable.Socket
-
- getEffectiveWeight() - Method in class org.thales.punch.libraries.netty.groups.Group
-
- getFileFromString(String) - Static method in class org.thales.punch.netty.impl.NettyAbstractEndpoint
-
Fail stop method to create a temporary file from a string content.
- getFrame(ByteBuf) - Method in class org.thales.punch.netty.impl.NettyLumberjackEncoder
-
Convert one lumberjack frame to an encoded byte array
- getFrame(ByteBuf[], int) - Method in class org.thales.punch.netty.impl.NettyLumberjackEncoder
-
Deprecated.
- getFrame() - Method in class org.thales.punch.netty.relp.proto.RELPDecoder
-
Returns the decoded frame and resets the decoder for the next frame.
- getHost() - Method in class org.thales.punch.netty.api.NettyEndPointAddress
-
- getHttpClient(ISettingsMap, IMetricContext) - Static method in class org.thales.punch.netty.api.NettyFactory
-
Returns a HTTP client.
- getHttpClient(ISettingsMap, IMetricContext, NettyDataAcker) - Static method in class org.thales.punch.netty.api.NettyFactory
-
Returns a HTTP client.
- getHttpServer(ISettingsMap, IMetricContext) - Static method in class org.thales.punch.netty.api.NettyFactory
-
Return an HTTP server.
- getId() - Method in interface org.thales.punch.libraries.commons.netty.codec.NetflowElement
-
- getId() - Method in class org.thales.punch.libraries.commons.netty.codec.NetflowField
-
- getId() - Method in class org.thales.punch.libraries.commons.netty.codec.NetflowScope
-
- getJsonValue() - Method in class org.thales.punch.snmp.SNMPValue
-
- getKeepAlive() - Method in class org.thales.punch.netty.impl.NettyHttpTuple
-
- getLength() - Method in interface org.thales.punch.libraries.commons.netty.codec.NetflowElement
-
- getLength() - Method in class org.thales.punch.libraries.commons.netty.codec.NetflowField
-
- getLength() - Method in class org.thales.punch.libraries.commons.netty.codec.NetflowScope
-
- getLocal() - Method in class org.thales.punch.netty.impl.UdpTable.Socket
-
- getLocalAddress() - Method in interface org.thales.punch.netty.api.INettyTuple
-
Get the local (i.e.
- getLocalAddress() - Method in class org.thales.punch.netty.impl.NettyHttpTuple
-
- getLocalAddress() - Method in class org.thales.punch.netty.impl.NettyHttpTupleEmpty
-
- getLocalAddress() - Method in class org.thales.punch.netty.impl.NettyLumberJackTuple
-
- getLocalAddress() - Method in class org.thales.punch.netty.impl.NettyLumberJackTupleEmpty
-
- getLocalAddress() - Method in class org.thales.punch.netty.impl.NettyTupleImpl
-
- getLocalAddress() - Method in class org.thales.punch.netty.relp.impl.NettyRelpTuple
-
- getLogger(Class<?>) - Static method in class org.thales.punch.netty.loggers.PeriodicLoggerWrapper
-
- getLumberjackClient(ISettingsMap, IMetricContext, NettyDataAcker) - Static method in class org.thales.punch.netty.api.NettyFactory
-
Return a TCP client.
- getMap() - Method in class org.thales.punch.netty.impl.NettyLumberjackData
-
- getName() - Method in class org.thales.punch.libraries.netty.groups.Group
-
- getNextDestination() - Method in class org.thales.punch.libraries.netty.groups.DestinationLoadBalancer
-
- getPort() - Method in class org.thales.punch.netty.api.NettyEndPointAddress
-
- getPort() - Method in class org.thales.punch.netty.impl.UdpTable.Host
-
- getRatio() - Method in class org.thales.punch.netty.impl.NettyInitializer.CompressionRatio
-
- getRawRecvCounter() - Method in class org.thales.punch.netty.impl.NettyInitializer
-
- getRawSentCounter() - Method in class org.thales.punch.netty.impl.NettyInitializer
-
- getRelpServer(ISettingsMap, IMetricContext) - Static method in class org.thales.punch.netty.api.NettyFactory
-
Return a plain TCP server.
- getRemote() - Method in class org.thales.punch.netty.impl.UdpTable.Socket
-
- getRemoteAddress() - Method in interface org.thales.punch.netty.api.INettyTuple
-
Get the remote (i.e.
- getRemoteAddress() - Method in class org.thales.punch.netty.impl.NettyHttpTuple
-
- getRemoteAddress() - Method in class org.thales.punch.netty.impl.NettyHttpTupleEmpty
-
- getRemoteAddress() - Method in class org.thales.punch.netty.impl.NettyLumberJackTuple
-
- getRemoteAddress() - Method in class org.thales.punch.netty.impl.NettyLumberJackTupleEmpty
-
- getRemoteAddress() - Method in class org.thales.punch.netty.impl.NettyTupleImpl
-
- getRemoteAddress() - Method in class org.thales.punch.netty.relp.impl.NettyRelpTuple
-
- getRoundTripTime() - Method in class org.thales.punch.netty.impl.NettyLumberjackData
-
- getSeqNum() - Method in class org.thales.punch.netty.impl.NettyLumberjackData
-
- getServer(ISettingsMap, IMetricContext) - Static method in class org.thales.punch.netty.api.NettyFactory
-
Return a line based UDP or TCP server.
- getSnmpServer(ISettingsMap, IMetricContext) - Static method in class org.thales.punch.netty.api.NettyFactory
-
Return a Line based TCP server.
- getSslContext() - Method in class org.thales.punch.netty.impl.NettyAbstractClient
-
Return the ssl context associated to this client.
- getSslProvider(String) - Method in class org.thales.punch.netty.impl.NettyAbstractEndpoint
-
Retrieve the sslPorvider class from the name.
- getTcpClient(ISettingsMap, IMetricContext) - Static method in class org.thales.punch.netty.api.NettyFactory
-
- getTcpClient(ISettingsMap, IMetricContext, NettyDataAcker) - Static method in class org.thales.punch.netty.api.NettyFactory
-
- getTcpLumberjackServer(ISettingsMap, IMetricContext) - Static method in class org.thales.punch.netty.api.NettyFactory
-
Return a TCP Lumberjack Server server.
- getTcpServer(ISettingsMap, IMetricContext) - Static method in class org.thales.punch.netty.api.NettyFactory
-
Return a Line based TCP server.
- getTxnr() - Method in class org.thales.punch.netty.relp.proto.RELPFrame
-
- getType() - Method in interface org.thales.punch.libraries.commons.netty.codec.NetflowElement
-
- getType() - Method in class org.thales.punch.libraries.commons.netty.codec.NetflowField
-
- getType() - Method in class org.thales.punch.libraries.commons.netty.codec.NetflowScope
-
- getType() - Method in interface org.thales.punch.netty.api.INettyReaderCallback
-
- getType() - Method in class org.thales.punch.netty.impl.NettyHttpClientImpl
-
- getType() - Method in class org.thales.punch.netty.impl.NettyHttpServerImpl
-
- getType() - Method in class org.thales.punch.netty.impl.NettyTcpClientImpl
-
- getType() - Method in class org.thales.punch.snmp.SNMPValue
-
- getUdpClient(ISettingsMap, IMetricContext) - Static method in class org.thales.punch.netty.api.NettyFactory
-
Return a UDP client.
- getUdpServer(ISettingsMap, IMetricContext) - Static method in class org.thales.punch.netty.api.NettyFactory
-
Return a TCP server.
- getUniqueID() - Method in class org.thales.punch.netty.impl.NettyHttpTuple
-
- getValue(String, INettyTuple<T>) - Method in interface org.thales.punch.netty.api.INettyTupleValueGetter
-
- getWeight() - Method in class org.thales.punch.libraries.netty.groups.Destination
-
- Group<T> - Class in org.thales.punch.libraries.netty.groups
-
A Group of destination.
- Group(Groups<T>, String) - Constructor for class org.thales.punch.libraries.netty.groups.Group
-
- GROUP_CONNECTION_TIMEOUT_KEY - Static variable in class org.thales.punch.libraries.netty.groups.GroupConfig
-
should no connections be available at all in no groups, you can make the
start wait for that amount of time.
- GroupConfig - Class in org.thales.punch.libraries.netty.groups
-
The settings property names associated to groups.
- Groups<T> - Class in org.thales.punch.libraries.netty.groups
-
A group encapsulates several destinations.
- Groups() - Constructor for class org.thales.punch.libraries.netty.groups.Groups
-
- NetflowElement - Interface in org.thales.punch.libraries.commons.netty.codec
-
Codecs are designed to get binary data from UDP or TCP and return decoded information.
- NetflowElement.Type - Enum in org.thales.punch.libraries.commons.netty.codec
-
- NetflowField - Class in org.thales.punch.libraries.commons.netty.codec
-
Codecs are designed to get binary data from UDP or TCP and return decoded information.
- NetflowField(int, String, NetflowElement.Type) - Constructor for class org.thales.punch.libraries.commons.netty.codec.NetflowField
-
Ctor
- NetflowField(int, int) - Constructor for class org.thales.punch.libraries.commons.netty.codec.NetflowField
-
- NetflowScope - Class in org.thales.punch.libraries.commons.netty.codec
-
Codecs are designed to get binary data from UDP or TCP and return decoded information.
- NetflowScope(int, int) - Constructor for class org.thales.punch.libraries.commons.netty.codec.NetflowScope
-
- NettyAbstractClient - Class in org.thales.punch.netty.impl
-
The NIO client sends out events as string on a tcp socket.
- NettyAbstractClient(ISettingsMap, IMetricContext) - Constructor for class org.thales.punch.netty.impl.NettyAbstractClient
-
Common constructor for all clients.
- NettyAbstractEndpoint - Class in org.thales.punch.netty.impl
-
Netty endpoints (server or client) use many shared configuration items.
- NettyAbstractEndpoint(ISettingsMap, IMetricContext) - Constructor for class org.thales.punch.netty.impl.NettyAbstractEndpoint
-
- NettyAbstractServer - Class in org.thales.punch.netty.impl
-
This class group commons settings for TCP servers.
- NettyAbstractServer(ISettingsMap, IMetricContext) - Constructor for class org.thales.punch.netty.impl.NettyAbstractServer
-
Ctor
- NettyClientByteBufDataHandlerHandler - Class in org.thales.punch.netty.impl
-
Handles a client-side ByteBuf channel.
- NettyClientByteBufDataHandlerHandler(NettyReaderByteBufCallback, Counter, Counter, String) - Constructor for class org.thales.punch.netty.impl.NettyClientByteBufDataHandlerHandler
-
Ctor
- NettyClientDataHandler - Class in org.thales.punch.netty.impl
-
Handles a client-side channel.
- NettyClientDataHandler(INettyReaderCallback<String>) - Constructor for class org.thales.punch.netty.impl.NettyClientDataHandler
-
- NettyCodec - Interface in org.thales.punch.libraries.commons.netty.codec
-
Codecs are designed to get binary data from UDP or TCP and return decoded information.
- NettyConfig - Class in org.thales.punch.netty.impl
-
This defines the Netty related configuration default value plus a few
utility methods.
- NettyDataAcker - Interface in org.thales.punch.netty.api
-
Callback to be notified upon an acknowledgement of some data sent over a TCP peer.
- NettyEndPointAddress - Class in org.thales.punch.netty.api
-
Configuration is always difficult.
- NettyEndPointAddress(String, String, int, boolean) - Constructor for class org.thales.punch.netty.api.NettyEndPointAddress
-
- NettyException - Exception in org.thales.punch.netty.impl
-
- NettyException() - Constructor for exception org.thales.punch.netty.impl.NettyException
-
- NettyException(String) - Constructor for exception org.thales.punch.netty.impl.NettyException
-
- NettyException(Throwable) - Constructor for exception org.thales.punch.netty.impl.NettyException
-
- NettyException(String, Throwable) - Constructor for exception org.thales.punch.netty.impl.NettyException
-
- NettyException(String, Object...) - Constructor for exception org.thales.punch.netty.impl.NettyException
-
Syntactic sugar for message formatting.
- NettyException(Throwable, String, Object...) - Constructor for exception org.thales.punch.netty.impl.NettyException
-
Syntactic sugar for message formatting.
- NettyException(String, Throwable, boolean, boolean) - Constructor for exception org.thales.punch.netty.impl.NettyException
-
- NettyFactory - Class in org.thales.punch.netty.api
-
The factor class to get TCP clients or servers.
- NettyHttpClientHandler - Class in org.thales.punch.netty.impl
-
Handles a client-side HTTP channel.
- NettyHttpClientHandler(INettyReaderCallback<Map<String, Object>>, Counter, Counter) - Constructor for class org.thales.punch.netty.impl.NettyHttpClientHandler
-
- NettyHttpClientImpl - Class in org.thales.punch.netty.impl
-
The HttpClient.
- NettyHttpClientImpl(ISettingsMap, IMetricContext, NettyDataAcker) - Constructor for class org.thales.punch.netty.impl.NettyHttpClientImpl
-
Return a new NettyHttpTcpClient.
- NettyHttpServerHandler - Class in org.thales.punch.netty.impl
-
Handles a http server-side channel.
- NettyHttpServerHandler(INettyReaderCallback<Map<String, Object>>, Counter, Counter, boolean, int) - Constructor for class org.thales.punch.netty.impl.NettyHttpServerHandler
-
Ctor
- NettyHttpServerImpl - Class in org.thales.punch.netty.impl
-
An extra simple Netty TCP server, reading lines from a TCP socket.
- NettyHttpServerImpl(ISettingsMap, IMetricContext) - Constructor for class org.thales.punch.netty.impl.NettyHttpServerImpl
-
Create a new single-threaded asynchronous TCP server.
- NettyHttpTuple - Class in org.thales.punch.netty.impl
-
Netty Tuple to receive http content.
- NettyHttpTupleEmpty - Class in org.thales.punch.netty.impl
-
- NettyHttpTupleEmpty(Map<String, String>) - Constructor for class org.thales.punch.netty.impl.NettyHttpTupleEmpty
-
- NettyHttpTupleEmpty() - Constructor for class org.thales.punch.netty.impl.NettyHttpTupleEmpty
-
- NettyInitializer - Class in org.thales.punch.netty.impl
-
All initializers share the metrics, the compression and the ssl context (if
any).
- NettyInitializer(IMetricContext, SslContext, boolean, long, String) - Constructor for class org.thales.punch.netty.impl.NettyInitializer
-
- NettyInitializer.CompressionRatio - Class in org.thales.punch.netty.impl
-
- NettyInitializerClient - Class in org.thales.punch.netty.impl
-
Creates a newly configured ChannelPipeline for a new channel.
- NettyInitializerClient(INettyReaderCallback<String>, IMetricContext, SslContext, boolean, String, int, int, long) - Constructor for class org.thales.punch.netty.impl.NettyInitializerClient
-
- NettyInitializerHttpClient - Class in org.thales.punch.netty.impl
-
Creates a newly configured ChannelPipeline for a new channel.
- NettyInitializerHttpClient(INettyReaderCallback<Map<String, Object>>, IMetricContext, SslContext, String, int, boolean, long) - Constructor for class org.thales.punch.netty.impl.NettyInitializerHttpClient
-
Initialzer for the http client netty channel.
- NettyInitializerHttpServer - Class in org.thales.punch.netty.impl
-
Creates a newly configured ChannelPipeline for a new channel.
- NettyInitializerHttpServer(INettyReaderCallback<Map<String, Object>>, IMetricContext, SslContext, boolean, long, boolean, int) - Constructor for class org.thales.punch.netty.impl.NettyInitializerHttpServer
-
Initializer for the http netty channel.
- NettyInitializerLumberjackClient - Class in org.thales.punch.netty.impl
-
Creates a newly configured ChannelPipeline for a new channel.
- NettyInitializerLumberjackClient(NettyReaderByteBufCallback, IMetricContext, SslContext, String, int, boolean, long) - Constructor for class org.thales.punch.netty.impl.NettyInitializerLumberjackClient
-
Initialzer for the lumberjack client netty channel.
- NettyInitializerLumberjackServer - Class in org.thales.punch.netty.impl
-
Creates a newly configured ChannelPipeline for a new channel.
- NettyInitializerLumberjackServer(NettyReaderByteBufCallback, IMetricContext, SslContext, boolean, long, String) - Constructor for class org.thales.punch.netty.impl.NettyInitializerLumberjackServer
-
Initialzer for the lumberjack netty channel.
- NettyInitializerRelpServer - Class in org.thales.punch.netty.relp.impl
-
Creates a newly configured ChannelPipeline for a new channel.
- NettyInitializerRelpServer(INettyReaderCallback<RELPFrame>, IMetricContext, SslContext, boolean, int, long) - Constructor for class org.thales.punch.netty.relp.impl.NettyInitializerRelpServer
-
Ctor
- NettyInitializerServer<T> - Class in org.thales.punch.netty.impl
-
Creates a newly configured ChannelPipeline for a new channel.
- NettyInitializerServer(INettyReaderCallback<T>, IMetricContext, SslContext, boolean, long, Supplier<ChannelHandler>) - Constructor for class org.thales.punch.netty.impl.NettyInitializerServer
-
- NettyLumberJackClientImpl - Class in org.thales.punch.netty.impl
-
This client is in charge of sending outgoing data to a lumberjack peer.
- NettyLumberJackClientImpl(ISettingsMap, IMetricContext, NettyDataAcker) - Constructor for class org.thales.punch.netty.impl.NettyLumberJackClientImpl
-
Return a new NettyLumberJackTcpClient.
- NettyLumberJackClientRunner - Class in org.thales.punch.netty.impl
-
This runner is in charge of running the main client lumberjack thread.
- NettyLumberJackClientRunner(NettyLumberJackClientImpl, NettyDataAcker, ISettingsMap, NettyLumberjackEncoder, NettyLumberjackDecoder, Counter, Histogram) - Constructor for class org.thales.punch.netty.impl.NettyLumberJackClientRunner
-
Ctor
- NettyLumberjackData - Class in org.thales.punch.netty.impl
-
- NettyLumberjackDecoder - Class in org.thales.punch.netty.impl
-
This class is a slight facade on top of the plain LimberjackDecoder.
- NettyLumberjackDecoder() - Constructor for class org.thales.punch.netty.impl.NettyLumberjackDecoder
-
Test constructor.
- NettyLumberjackDecoder(IMetricContext) - Constructor for class org.thales.punch.netty.impl.NettyLumberjackDecoder
-
Ctor
- NettyLumberjackEncoder - Class in org.thales.punch.netty.impl
-
- NettyLumberjackEncoder(boolean) - Constructor for class org.thales.punch.netty.impl.NettyLumberjackEncoder
-
- NettyLumberjackPeerContext - Class in org.thales.punch.netty.impl
-
Each lumberjack peer is associated to an instance of this class.
- NettyLumberJackServerImpl - Class in org.thales.punch.netty.impl
-
- NettyLumberJackServerImpl(ISettingsMap, IMetricContext) - Constructor for class org.thales.punch.netty.impl.NettyLumberJackServerImpl
-
Create a new single-threaded asynchronous TCP server.
- NettyLumberJackTuple - Class in org.thales.punch.netty.impl
-
The tuple variant that embeds the content of a data lumberjack frame.
- NettyLumberJackTuple(LumberjackFrame, ChannelHandlerContext, boolean) - Constructor for class org.thales.punch.netty.impl.NettyLumberJackTuple
-
- NettyLumberJackTupleEmpty - Class in org.thales.punch.netty.impl
-
- NettyLumberJackTupleEmpty(Map<String, String>) - Constructor for class org.thales.punch.netty.impl.NettyLumberJackTupleEmpty
-
- NettyNetflowDecoder - Class in org.thales.punch.libraries.commons.netty.codec
-
This decoder transforms a Netflow packet into a sequence of netflow Json string.
- NettyNetflowDecoder(int, IMetricContext) - Constructor for class org.thales.punch.libraries.commons.netty.codec.NettyNetflowDecoder
-
Watch out : the capacity parameter is a fixed capacity.
- NettyNetflowEncoder - Class in org.thales.punch.libraries.commons.netty.codec
-
This encoder is useful to send test netflow frames.
- NettyNetflowEncoder() - Constructor for class org.thales.punch.libraries.commons.netty.codec.NettyNetflowEncoder
-
- NettyReaderByteBufCallback - Interface in org.thales.punch.netty.impl
-
- NettyRelpDataHandler - Class in org.thales.punch.netty.relp.impl
-
Relp handler.
- NettyRelpDataHandler(INettyReaderCallback<RELPFrame>, boolean) - Constructor for class org.thales.punch.netty.relp.impl.NettyRelpDataHandler
-
Ctor
- NettyRelpServerImpl - Class in org.thales.punch.netty.relp.impl
-
An extra simple Netty TCP server, reading lines from a TCP socket.
- NettyRelpServerImpl(ISettingsMap, IMetricContext) - Constructor for class org.thales.punch.netty.relp.impl.NettyRelpServerImpl
-
Create a new single-threaded asynchronous TCP server.
- NettyRelpTuple - Class in org.thales.punch.netty.relp.impl
-
A tuple containing a RELP frame.
- NettyRelpTuple(RELPFrame, ChannelHandlerContext, RELPEncoder) - Constructor for class org.thales.punch.netty.relp.impl.NettyRelpTuple
-
Ctor
- NettyServerDataHandler<T> - Class in org.thales.punch.netty.impl
-
This generic handler only deals with SSL end of negotiation, and once established,
forward the received data to the user.
- NettyServerDataHandler(INettyReaderCallback<T>, boolean) - Constructor for class org.thales.punch.netty.impl.NettyServerDataHandler
-
Ctor.
- NettySnmpDecoder - Class in org.thales.punch.libraries.commons.netty.codec
-
This decoder transforms a Snmp packet into Json String.
- NettySnmpDecoder() - Constructor for class org.thales.punch.libraries.commons.netty.codec.NettySnmpDecoder
-
- NettySocketServer<T> - Interface in org.thales.punch.netty.api
-
Punch netty socket server interface.
- NettyTcpClient<T> - Interface in org.thales.punch.netty.api
-
The Netty tcp client simply sends data to a tcp server.
- NettyTcpClientImpl - Class in org.thales.punch.netty.impl
-
The NIO client sends out events as string on a tcp socket.
- NettyTcpClientImpl(ISettingsMap, IMetricContext, NettyDataAcker) - Constructor for class org.thales.punch.netty.impl.NettyTcpClientImpl
-
Return a new NettyTcpClient.
- NettyTcpClientImpl.Item - Class in org.thales.punch.netty.impl
-
- NettyTcpServerImpl<T> - Class in org.thales.punch.netty.impl
-
An extra simple Netty TCP server, reading lines from a TCP socket.
- NettyTcpServerImpl(ISettingsMap, IMetricContext) - Constructor for class org.thales.punch.netty.impl.NettyTcpServerImpl
-
Create a new single-threaded asynchronous TCP server.
- NettyTupleImpl<T> - Class in org.thales.punch.netty.impl
-
The basic single value tuple implementation.
- NettyTupleImpl(T, InetSocketAddress, InetSocketAddress) - Constructor for class org.thales.punch.netty.impl.NettyTupleImpl
-
Create a NettyTuple to be notified to a receiver.
- NettyUdpBytesDataHandler - Class in org.thales.punch.netty.impl
-
This handler simply pass the binary data as is to the receiver.
- NettyUdpBytesDataHandler(INettyReaderCallback<byte[]>) - Constructor for class org.thales.punch.netty.impl.NettyUdpBytesDataHandler
-
- NettyUdpByteToStringDataHandler - Class in org.thales.punch.netty.impl
-
This handler leverage a decoder that transforms input binary data into strings.
- NettyUdpByteToStringDataHandler(INettyReaderCallback<String>, NettyCodec) - Constructor for class org.thales.punch.netty.impl.NettyUdpByteToStringDataHandler
-
- NettyUdpClient - Interface in org.thales.punch.netty.api
-
The Netty tcp client simply sends string to a tcp server.
- NettyUdpClientImpl - Class in org.thales.punch.netty.api
-
- NettyUdpClientImpl(String, int) - Constructor for class org.thales.punch.netty.api.NettyUdpClientImpl
-
- NettyUdpClientImpl(ISettingsMap, IMetricContext) - Constructor for class org.thales.punch.netty.api.NettyUdpClientImpl
-
- NettyUdpDataHandler - Class in org.thales.punch.netty.impl
-
- NettyUdpDataHandler(INettyReaderCallback<String>) - Constructor for class org.thales.punch.netty.impl.NettyUdpDataHandler
-
- NettyUdpServerImpl<T> - Class in org.thales.punch.netty.impl
-
An extra simple Netty UDP server
- NettyUdpServerImpl(ISettingsMap, IMetricContext) - Constructor for class org.thales.punch.netty.impl.NettyUdpServerImpl
-
Create a new single-threaded asynchronous TCP server.
- RateLimiterLoadController - Class in org.thales.punch.libraries.netty.loadcontrol
-
This class allows you to know when you should start refuse traffic because the application
is overloaded.
- RateLimiterLoadController(IMetricContext) - Constructor for class org.thales.punch.libraries.netty.loadcontrol.RateLimiterLoadController
-
Create a new load controller with the default starting response time (RTT) of 30000, i.e.
- raw - Variable in class org.thales.punch.netty.impl.NettyAbstractClient
-
dont add any '\n' at the end of Strings
- RAW_DEFAULT_VALUE - Static variable in class org.thales.punch.netty.impl.NettyConfig
-
- READ_SOCKET_TIMEOUT_ACTION_DEFAULT_VALUE - Static variable in class org.thales.punch.netty.impl.NettyConfig
-
- READ_SOCKET_TIMEOUT_DEFAULT_VALUE - Static variable in class org.thales.punch.netty.impl.NettyConfig
-
- readSocketTimeoutAction - Variable in class org.thales.punch.netty.impl.NettyAbstractEndpoint
-
what to do if the timeout occurs
- readSocketTimeoutAction - Variable in class org.thales.punch.netty.impl.NettyInitializer
-
what to do if the timeout occurs.
- readSocketTimeoutMs - Variable in class org.thales.punch.netty.impl.NettyAbstractEndpoint
-
timeout if no data is read for this amount of seconds
- readSocketTimeoutMs - Variable in class org.thales.punch.netty.impl.NettyInitializer
-
automatically do something if no data is read
- readSslFile(String) - Static method in class org.thales.punch.netty.impl.NettyConfig
-
- receivedKeepAliveAck() - Method in class org.thales.punch.netty.impl.NettyLumberjackPeerContext
-
- refreshKeepAlive() - Method in class org.thales.punch.netty.impl.NettyLumberjackPeerContext
-
- registerSubcommand(String, CliCommand) - Method in class org.thales.punch.libraries.commons.cli.CommandLineRunner
-
Registers a new sub command.
- regulate() - Method in interface org.thales.punch.libraries.netty.loadcontrol.ILoadController
-
regulate the traffic, this method potentially take some time before returning.
- regulate() - Method in class org.thales.punch.libraries.netty.loadcontrol.LoadController
-
- regulate() - Method in class org.thales.punch.libraries.netty.loadcontrol.RateLimiterLoadController
-
- RELPClient - Class in org.thales.punch.netty.relp.proto
-
As simple Relp client.
- RELPClient(String, int) - Constructor for class org.thales.punch.netty.relp.proto.RELPClient
-
Ctor
- RELPClient - Class in org.thales.punch.netty.relp.utils
-
As simple Relp client.
- RELPClient(String, int) - Constructor for class org.thales.punch.netty.relp.utils.RELPClient
-
Ctor
- RELPDecoder - Class in org.thales.punch.netty.relp.proto
-
Decodes a RELP frame by maintaining a state based on each byte that has been processed.
- RELPDecoder(Charset) - Constructor for class org.thales.punch.netty.relp.proto.RELPDecoder
-
- RELPDecoder(Charset, ByteArrayOutputStream) - Constructor for class org.thales.punch.netty.relp.proto.RELPDecoder
-
- RELPEncoder - Class in org.thales.punch.netty.relp.proto
-
Encodes a RELPFrame into raw bytes using the given charset.
- RELPEncoder(Charset) - Constructor for class org.thales.punch.netty.relp.proto.RELPEncoder
-
- RELPFrame - Class in org.thales.punch.netty.relp.proto
-
A RELP frame received from a channel.
- RELPFrame.Builder - Class in org.thales.punch.netty.relp.proto
-
Builder for a RELPFrame.
- RelpFrameDecoder - Class in org.thales.punch.netty.handler.codec
-
A relp decoder.
- RelpFrameDecoder(Charset, int) - Constructor for class org.thales.punch.netty.handler.codec.RelpFrameDecoder
-
Creates a new instance.
- RELPFrameException - Exception in org.thales.punch.netty.relp.proto
-
Represents an error encountered when decoding RELP frames.
- RELPFrameException(String) - Constructor for exception org.thales.punch.netty.relp.proto.RELPFrameException
-
- RELPFrameException(String, Throwable) - Constructor for exception org.thales.punch.netty.relp.proto.RELPFrameException
-
- RELPResponse - Class in org.thales.punch.netty.relp.proto
-
The data portion of a RELPFrame for a response:
RSP-CODE [SP HUMANMSG] LF [CMDDATA]
- RELPResponse(long, int) - Constructor for class org.thales.punch.netty.relp.proto.RELPResponse
-
- RELPResponse(long, int, String, String) - Constructor for class org.thales.punch.netty.relp.proto.RELPResponse
-
- RELPState - Enum in org.thales.punch.netty.relp.proto
-
The parts of a RELP frame.
- remove(Destination<T>) - Method in class org.thales.punch.libraries.netty.groups.DestinationLoadBalancer
-
Remove a destination to this load bamancer
- reset() - Method in class org.thales.punch.netty.relp.proto.RELPDecoder
-
Resets this decoder back to it's initial state.
- reset() - Method in class org.thales.punch.netty.relp.proto.RELPFrame.Builder
-
- RSP_CMD - Static variable in class org.thales.punch.netty.relp.proto.RELPResponse
-
- run() - Method in class org.thales.punch.libraries.commons.cli.CliCommand
-
The actual execution of the command if all required parameters are here.
- run() - Method in interface org.thales.punch.netty.api.NettySocketServer
-
Effectively runs the server.
- run() - Method in class org.thales.punch.netty.impl.NettyHttpServerImpl
-
- run() - Method in class org.thales.punch.netty.impl.NettyLumberJackClientRunner
-
- run() - Method in class org.thales.punch.netty.impl.NettyLumberjackPeerContext
-
- run() - Method in class org.thales.punch.netty.impl.NettyLumberJackServerImpl
-
- run() - Method in class org.thales.punch.netty.impl.NettyTcpServerImpl
-
- run() - Method in class org.thales.punch.netty.impl.NettyUdpServerImpl
-
- run() - Method in class org.thales.punch.netty.impl.SnmpServerImpl
-
Our contract is to not return until we are stopped.
- run() - Method in class org.thales.punch.netty.relp.impl.NettyRelpServerImpl
-
- runOrHelp(JCommander) - Method in class org.thales.punch.libraries.commons.cli.CliCommand
-
- runOrHelp(String, String[]) - Method in class org.thales.punch.libraries.commons.cli.CommandLineRunner
-
- runServer(NettySocketServer<?>, String) - Static method in class org.thales.punch.netty.api.UtilNettyServer
-
Start a netty server in a dedicated thread.
- send(long, String) - Method in class org.thales.punch.netty.relp.proto.RELPClient
-
Send a string payload
- send(long, byte[]) - Method in class org.thales.punch.netty.relp.proto.RELPClient
-
Send a byte array payload
- send(long, String) - Method in class org.thales.punch.netty.relp.utils.RELPClient
-
Send a string payload
- send(long, byte[]) - Method in class org.thales.punch.netty.relp.utils.RELPClient
-
Send a byte array payload
- SEPARATOR - Static variable in class org.thales.punch.netty.relp.proto.RELPFrame
-
- setAdaptative(Boolean) - Method in class org.thales.punch.libraries.netty.loadcontrol.RateLimiterLoadController
-
activate an adaptative load control.
- setCallback(INettyReaderCallback<T>) - Method in interface org.thales.punch.netty.api.NettySocketServer
-
- setCallback(INettyReaderCallback<Map<String, Object>>) - Method in class org.thales.punch.netty.impl.NettyHttpClientImpl
-
- setCallback(INettyReaderCallback<Map<String, Object>>) - Method in class org.thales.punch.netty.impl.NettyHttpServerImpl
-
- setCallback(INettyReaderCallback<Map<String, String>>) - Method in class org.thales.punch.netty.impl.NettyLumberJackServerImpl
-
- setCallback(INettyReaderCallback<T>) - Method in class org.thales.punch.netty.impl.NettyTcpServerImpl
-
- setCallback(INettyReaderCallback<T>) - Method in class org.thales.punch.netty.impl.NettyUdpServerImpl
-
- setCallback(INettyReaderCallback<String>) - Method in class org.thales.punch.netty.impl.SnmpServerImpl
-
Set the user callback to send him Netty Tuple containing a Json representation
of SNMP traps.
- setCallback(INettyReaderCallback<RELPFrame>) - Method in class org.thales.punch.netty.relp.impl.NettyRelpServerImpl
-
- setCallback(IRELPClientCallback) - Method in class org.thales.punch.netty.relp.proto.RELPClient
-
- setCallback(IRELPClientCallback) - Method in class org.thales.punch.netty.relp.utils.RELPClient
-
- setCodec(String) - Method in class org.thales.punch.netty.api.NettyEndPointAddress
-
- setConnectIntervalMs(long) - Method in class org.thales.punch.netty.impl.NettyAbstractClient
-
Set the connection interval
- setConnectionCallback(INettyConnectionCallback) - Method in interface org.thales.punch.netty.api.NettyTcpClient
-
Request to be told upon connection/disconnection with the target server.
- setConnectionCallback(INettyConnectionCallback) - Method in class org.thales.punch.netty.impl.NettyHttpClientImpl
-
- setConnectionCallback(INettyConnectionCallback) - Method in class org.thales.punch.netty.impl.NettyLumberJackClientImpl
-
- setConnectionCallback(INettyConnectionCallback) - Method in class org.thales.punch.netty.impl.NettyTcpClientImpl
-
- setConnectRetryIntervalMs(long) - Method in class org.thales.punch.netty.impl.NettyAbstractClient
-
Set the connection retry interval
- setDirectResponse(boolean) - Method in class org.thales.punch.netty.impl.NettyHttpTuple
-
- setFuture(ScheduledFuture<?>) - Method in class org.thales.punch.netty.impl.NettyLumberjackPeerContext
-
- setHttpCompressed(boolean) - Method in class org.thales.punch.netty.api.NettyEndPointAddress
-
- setKeepAlive(boolean) - Method in class org.thales.punch.netty.impl.NettyHttpTuple
-
- setLumberjackCompressed(boolean) - Method in class org.thales.punch.netty.api.NettyEndPointAddress
-
- setMaxTimeoutSec(int) - Method in interface org.thales.punch.libraries.netty.loadcontrol.ILoadController
-
Set the time considered as the maximum traversal time.
- setMaxTimeoutSec(int) - Method in class org.thales.punch.libraries.netty.loadcontrol.LoadController
-
- setName(String) - Method in interface org.thales.punch.netty.api.NettyTcpClient
-
Associate a name to the client.
- setName(String) - Method in class org.thales.punch.netty.impl.NettyHttpClientImpl
-
- setName(String) - Method in class org.thales.punch.netty.impl.NettyLumberJackClientImpl
-
- setName(String) - Method in class org.thales.punch.netty.impl.NettyTcpClientImpl
-
- setRate(long) - Method in class org.thales.punch.libraries.netty.loadcontrol.RateLimiterLoadController
-
Set the rate expressed in eps
- setStartupTimeout(long) - Method in class org.thales.punch.libraries.netty.groups.Groups
-
Set a startup timeout
- setStatsDelay(long) - Method in class org.thales.punch.libraries.netty.loadcontrol.RateLimiterLoadController
-
set the stats publishing delay
- setUniqueID(String) - Method in class org.thales.punch.netty.impl.NettyHttpTuple
-
- setWaitConnectionsTimeout(long) - Method in class org.thales.punch.libraries.netty.groups.Groups
-
Set a wait connection timeout
- shutdown() - Method in class org.thales.punch.netty.impl.NettyAbstractClient
-
- SnmpServerImpl - Class in org.thales.punch.netty.impl
-
SNMP endpoint.
- SnmpServerImpl(ISettingsMap, IMetricContext) - Constructor for class org.thales.punch.netty.impl.SnmpServerImpl
-
Create a new SNMP server.
- SNMPValue - Class in org.thales.punch.snmp
-
This class encapsulates a SNMP4J value of an SNMP variable, for the purpose on converting it to
a Json representation, with separate fields for description of the type, and for the value.
- SNMPValue(Variable) - Constructor for class org.thales.punch.snmp.SNMPValue
-
- SNMPValueType - Enum in org.thales.punch.snmp
-
This type provides the mapping between SNMP4J SMI types and their Json representation
when decoded by the PunchPlatform SNMPSpout.
- ssl - Variable in class org.thales.punch.netty.impl.NettyAbstractEndpoint
-
use ssl.
- SSL_DEFAULT_VALUE - Static variable in class org.thales.punch.netty.impl.NettyConfig
-
- SSL_PROTOCOL_DEFAULT_VALUE - Static variable in class org.thales.punch.netty.impl.NettyConfig
-
- SSL_PROVIDER_DEFAULT_VALUE - Static variable in class org.thales.punch.netty.impl.NettyConfig
-
- SSL_STRICT_CLIENT_AUTHENTICATION_DEFAULT_VALUE - Static variable in class org.thales.punch.netty.impl.NettyConfig
-
- sslCiphers - Variable in class org.thales.punch.netty.impl.NettyAbstractEndpoint
-
default ciphers used by endpoints
- sslCtx - Variable in class org.thales.punch.netty.impl.NettyAbstractServer
-
- sslCtx - Variable in class org.thales.punch.netty.impl.NettyInitializer
-
ssl context if enabled
- sslProtocol - Variable in class org.thales.punch.netty.impl.NettyAbstractEndpoint
-
protocol to use for ssl
- sslProvider - Variable in class org.thales.punch.netty.impl.NettyAbstractEndpoint
-
ssl provider to use : JDK, OPENSSL or OPENSSL_REFCNT
- sslSessionResumption - Variable in class org.thales.punch.netty.impl.NettyAbstractServer
-
- start() - Method in class org.thales.punch.libraries.netty.groups.Destination
-
start this destination.
- start() - Method in class org.thales.punch.libraries.netty.groups.Group
-
Start this group.
- start(long, long) - Method in class org.thales.punch.libraries.netty.groups.Groups
-
Start the groups of destination.
- start() - Method in class org.thales.punch.libraries.netty.groups.Groups
-
Start the group
- start() - Method in interface org.thales.punch.netty.api.NettyTcpClient
-
Start the client.
- start() - Method in class org.thales.punch.netty.impl.NettyAbstractServer
-
- start() - Method in class org.thales.punch.netty.impl.NettyHttpClientImpl
-
- start() - Method in class org.thales.punch.netty.impl.NettyLumberJackClientImpl
-
Start the client.
- start() - Method in class org.thales.punch.netty.impl.NettyTcpClientImpl
-
- startDataFrame(int, ByteBuf) - Method in class org.thales.punch.netty.impl.NettyLumberjackEncoder
-
- STARTUP_CONNECTION_TIMEOUT_KEY - Static variable in class org.thales.punch.libraries.netty.groups.GroupConfig
-
give some time for the initial connections to be setup.
- startWithNumeric(ByteBuf) - Static method in class org.thales.punch.netty.handler.codec.SyslogAutoOctetOrEolFrameDecoder
-
- statsDelay - Variable in class org.thales.punch.libraries.netty.loadcontrol.LoadController
-
- stop() - Method in class org.thales.punch.libraries.netty.groups.Destination
-
Stop and shutdown this destination.
- stop() - Method in class org.thales.punch.libraries.netty.groups.Group
-
Stop this group
- stop() - Method in class org.thales.punch.libraries.netty.groups.Groups
-
Stop all the groups
- stop() - Method in interface org.thales.punch.netty.api.NettySocketServer
-
Stop the server.
- stop() - Method in interface org.thales.punch.netty.api.NettyTcpClient
-
Stop the client.
- stop() - Method in class org.thales.punch.netty.impl.NettyAbstractServer
-
Stop the server, close all the socket.
- stop() - Method in class org.thales.punch.netty.impl.NettyHttpClientImpl
-
- stop() - Method in class org.thales.punch.netty.impl.NettyLumberJackClientImpl
-
- stop() - Method in class org.thales.punch.netty.impl.NettyLumberJackClientRunner
-
- stop() - Method in class org.thales.punch.netty.impl.NettyTcpClientImpl
-
- stop() - Method in class org.thales.punch.netty.impl.NettyUdpServerImpl
-
- stop() - Method in class org.thales.punch.netty.impl.SnmpServerImpl
-
Stop the server.
- SyslogAutoOctetOrEolFrameDecoder - Class in org.thales.punch.netty.handler.codec
-
This decoder ic capable of detecting on the same received buffer an mix of
octet-counting or end-of-line SYSLOG messages.
- SyslogAutoOctetOrEolFrameDecoder(int, ByteBuf) - Constructor for class org.thales.punch.netty.handler.codec.SyslogAutoOctetOrEolFrameDecoder
-
Creates a new instance.
- SyslogAutoOctetOrEolFrameDecoder(int, boolean, ByteBuf) - Constructor for class org.thales.punch.netty.handler.codec.SyslogAutoOctetOrEolFrameDecoder
-
Creates a new instance.
- SyslogAutoOctetOrEolFrameDecoder(int, boolean, boolean, ByteBuf) - Constructor for class org.thales.punch.netty.handler.codec.SyslogAutoOctetOrEolFrameDecoder
-
Creates a new instance.
- SyslogAutoOctetOrEolFrameDecoder(int, ByteBuf...) - Constructor for class org.thales.punch.netty.handler.codec.SyslogAutoOctetOrEolFrameDecoder
-
Creates a new instance.
- SyslogAutoOctetOrEolFrameDecoder(int, boolean, ByteBuf...) - Constructor for class org.thales.punch.netty.handler.codec.SyslogAutoOctetOrEolFrameDecoder
-
Creates a new instance.
- SyslogAutoOctetOrEolFrameDecoder(int, boolean, boolean, ByteBuf...) - Constructor for class org.thales.punch.netty.handler.codec.SyslogAutoOctetOrEolFrameDecoder
-
Creates a new instance.
- SyslogOctetCountFrameDecoder - Class in org.thales.punch.netty.handler.codec
-
Implements a Netty ByteToMessageDecoder for the Syslog octet counting framing.
- SyslogOctetCountFrameDecoder() - Constructor for class org.thales.punch.netty.handler.codec.SyslogOctetCountFrameDecoder
-