public interface HttpTunnelConstants
Modifier and Type | Field and Description |
---|---|
static int |
BYTES_PER_LINE
Amount of octets (binary data) which can be encoded in a single
plain ASCII line.
|
static int |
ENCODED_BYTES_PER_LINE
Amount of plain ASCII characters per line for representing the encoded
octets.
|
static int |
ENCODED_BYTES_PER_LINE_CRLF
Amount of plain ASCII characters per line for representing the encoded
octets.
|
static int |
LINES_PER_BLOCK
Amount of lines that should be processed at once using a buffer.
|
static String |
TUNNEL_PROTO_ID
Protocol identifier of ONC/RPC HTTP tunnel.
|
static final int BYTES_PER_LINE
static final int ENCODED_BYTES_PER_LINE
BYTES_PER_LINE
setting.static final int ENCODED_BYTES_PER_LINE_CRLF
BYTES_PER_LINE
setting and also accounts for the line termination (CRLF).static final int LINES_PER_BLOCK
static final String TUNNEL_PROTO_ID
Copyright © 2015. All rights reserved.