public class NetcatSourceConfigurationConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CONFIG_ACKEVENT
Ack every event received with an "OK" back to the sender
|
static String |
CONFIG_HOSTNAME
Hostname to bind to.
|
static String |
CONFIG_MAX_LINE_LENGTH
Maximum line length per event.
|
static String |
CONFIG_PORT
Port to bind to.
|
static String |
CONFIG_SOURCE_ENCODING
Encoding for the netcat source
|
static String |
DEFAULT_ENCODING |
static int |
DEFAULT_MAX_LINE_LENGTH |
Constructor and Description |
---|
NetcatSourceConfigurationConstants() |
public static final String CONFIG_HOSTNAME
public static final String CONFIG_PORT
public static final String CONFIG_ACKEVENT
public static final String CONFIG_MAX_LINE_LENGTH
public static final int DEFAULT_MAX_LINE_LENGTH
public static final String CONFIG_SOURCE_ENCODING
public static final String DEFAULT_ENCODING
Copyright © 2009–2019 Apache Software Foundation. All rights reserved.