Package | Description |
---|---|
org.opennms.netmgt.capsd | |
org.opennms.netmgt.capsd.plugins |
Modifier and Type | Method and Description |
---|---|
protected ConnectionConfig |
AbstractTcpPlugin.createConnectionConfig(InetAddress address,
int port)
createConnectionConfig
|
Modifier and Type | Method and Description |
---|---|
protected List<ConnectionConfig> |
AbstractTcpPlugin.getConnectionConfigList(Map<String,Object> qualifiers,
InetAddress address)
getConnectionConfigList
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractTcpPlugin.checkConnection(ConnectionConfig config)
Test to see if the passed host-port pair is the endpoint for an Citrix
server.
|
protected abstract boolean |
AbstractTcpPlugin.checkProtocol(Socket socket,
ConnectionConfig config)
checkProtocol
|
protected void |
AbstractTcpPlugin.closeSocket(Socket socket,
ConnectionConfig config)
closeSocket
|
protected void |
AbstractTcpPlugin.populateConnectionConfig(ConnectionConfig config,
Map<String,Object> qualifiers)
populateConnectionConfig
|
protected boolean |
AbstractTcpPlugin.preconnectCheck(ConnectionConfig config)
preconnectCheck
|
protected void |
AbstractTcpPlugin.saveConfig(Map<String,Object> qualifiers,
ConnectionConfig config)
saveConfig
|
Modifier and Type | Class and Description |
---|---|
static class |
DominoIIOPPlugin.DominoConnectionConfig
Encapsulates the configuration characteristics unique to a DominoIIOP
connection
|
Modifier and Type | Method and Description |
---|---|
protected ConnectionConfig |
DominoIIOPPlugin.createConnectionConfig(InetAddress address,
int port)
createConnectionConfig
|
Modifier and Type | Method and Description |
---|---|
protected List<ConnectionConfig> |
HttpPlugin.getConnectionConfigList(Map<String,Object> qualifiers,
InetAddress address)
getConnectionConfigList
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
HttpPlugin.checkProtocol(Socket socket,
ConnectionConfig config)
checkProtocol
|
protected boolean |
CitrixPlugin.checkProtocol(Socket socket,
ConnectionConfig config)
checkProtocol
|
protected boolean |
FtpPlugin.checkProtocol(Socket socket,
ConnectionConfig config)
checkProtocol
|
protected boolean |
DominoIIOPPlugin.checkProtocol(Socket socket,
ConnectionConfig config)
checkProtocol
|
protected boolean |
ImapPlugin.checkProtocol(Socket socket,
ConnectionConfig config)
checkProtocol
|
protected boolean |
HttpPlugin.checkResponseBody(ConnectionConfig config,
String response)
Checks the response body as a substring or regular expression match
according to the leading-tilde convention
|
protected void |
DominoIIOPPlugin.populateConnectionConfig(ConnectionConfig connConfig,
Map<String,Object> qualifiers)
populateConnectionConfig
|
protected boolean |
DominoIIOPPlugin.preconnectCheck(ConnectionConfig tcpConfig)
preconnectCheck
|
protected void |
DominoIIOPPlugin.saveConfig(ConnectionConfig config)
saveConfig
|
Copyright © 2017. All rights reserved.