public class ICAPClient extends Object
Constructor and Description |
---|
ICAPClient(String host,
int port) |
Modifier and Type | Method and Description |
---|---|
ICAPResponse |
execute(ICAPRequest request) |
int |
getConnectTimeout() |
String |
getICAPHost() |
int |
getICAPPort() |
static String |
getICAPVersion() |
int |
getReadTimeout() |
ICAPResponse |
options(String icapService) |
void |
setConnectTimeout(int connect_timeout) |
void |
setReadTimeout(int read_timeout) |
public ICAPClient(String host, int port)
public String getICAPHost()
public int getICAPPort()
public static String getICAPVersion()
public ICAPResponse options(String icapService) throws ICAPException
ICAPException
public int getConnectTimeout()
public void setConnectTimeout(int connect_timeout)
public int getReadTimeout()
public void setReadTimeout(int read_timeout)
public ICAPResponse execute(ICAPRequest request) throws ICAPException
ICAPException
Copyright © 2025 Open Identity Platform Community. All rights reserved.