public class TcpClientConf extends Object
| Constructor and Description |
|---|
TcpClientConf()
Instantiates a new Tcp client conf.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getBufferSize()
Gets buffer size.
|
int |
getGzipBufferSize()
Gets gzip buffer size.
|
boolean |
isGzipCompress()
Is gzip compress boolean.
|
void |
setBufferSize(int bufferSize)
Sets buffer size.
|
void |
setGzipBufferSize(int gzipBufferSize)
Sets gzip buffer size.
|
void |
setGzipCompress(boolean gzipCompress)
Sets gzip compress.
|
public boolean isGzipCompress()
public void setGzipCompress(boolean gzipCompress)
gzipCompress - the gzip compresspublic int getGzipBufferSize()
public void setGzipBufferSize(int gzipBufferSize)
gzipBufferSize - the gzip buffer sizepublic int getBufferSize()
public void setBufferSize(int bufferSize)
bufferSize - the buffer sizeCopyright © 2011–2019 Danish Maritime Authority. All rights reserved.