Package | Description |
---|---|
org.waarp.icap |
Modifier and Type | Method and Description |
---|---|
IcapClient |
IcapClient.connect()
Try to connect to the server and if the preview size is not specified,
it will also resolve the options of the ICAP server.
|
static IcapClient |
IcapScanFile.getIcapClient(IcapScanFile icapScanFile)
Create the IcapClient according to IcapScanFile
|
IcapClient |
IcapClient.setKeyIcap200(String keyIcap200) |
IcapClient |
IcapClient.setKeyIcap204(String keyIcap204) |
IcapClient |
IcapClient.setKeyIcapPreview(String keyIcapPreview) |
IcapClient |
IcapClient.setMaxSize(long maxSize) |
IcapClient |
IcapClient.setPreviewSize(int previewSize) |
IcapClient |
IcapClient.setReceiveLength(int receiveLength) |
IcapClient |
IcapClient.setSendLength(int sendLength) |
IcapClient |
IcapClient.setSubStringFromKeyIcap200(String subStringFromKeyIcap200) |
IcapClient |
IcapClient.setSubStringFromKeyIcap204(String subStringFromKeyIcap204) |
IcapClient |
IcapClient.setSubStringFromKeyIcapPreview(String subStringFromKeyIcapPreview) |
IcapClient |
IcapClient.setSubstringHttpStatus200(String substringHttpStatus200) |
IcapClient |
IcapClient.setTimeout(int timeout) |
Copyright © 2009–2022 Waarp. All rights reserved.