Interface | Description |
---|---|
HTTPServer |
Class | Description |
---|---|
ClientSocket |
ClientSocket opens a TCP socket with timeout protections.
|
CQLConnector |
CQLConnector connects to a Cassandra cluster and provides some basic CQL
operation methods: select(), and execute().
|
DBConnector |
DBConnector connects to a database specified by URI and initializes the
operations of select and update, etc, for SQL statements.
|
FTPConnector |
FTPConnector connects to an FTP server and provides the following
methods for file transfers: ftpGet(), ftpPut() and ftpList().
|
FTPSConnector |
FTPSConnector connects to an FTPS server and provides the following
methods for file transfers: ftpsGet(), ftpsPut() and ftpsList().
|
HTTPClient |
HTTPClient is a wrapper of HttpClient to implement HTTPConnector.
|
HTTPConnector |
HTTPConnector connects to a web server and provides the following
methods of for content transfers: doGet() and doPost().
|
IMQRequester |
IMQRequester connects to the admin service of a Sun OpenMQ MBean Server
for JMX requests.
|
JedisConnector |
JedisConnector connects to a Redis server and provides the following
methods for Redis operations: set(), get(), zcadd, rpush, lpop, publish
and list().
|
JettyServer |
JettyServer is an embedded HTTP server as the wrapper of Jetty server.
|
JMXRequester |
JMXRequester connects to a generic JMX server for JMX requests.
|
MessageMailer |
MessageMailer is a generic mailer to send emails
It takes an email address of recipient, your return address, and the subject of the mail as the argument at the initial stage. |
MongoDBConnector |
MongoDBConnector connects to a MongoDB and provides some basic DB operation
methods: list(), count(), find(), findone(), insert(), update() and remove().
|
MulticastGroup |
MulticastGroup connects to a multicast socket for publishing or receiving
Datagram packets.
|
NetconfConnector |
NetconfConnector connects to a router via ssh and provides the following
methods for read-only operations: getXML() and getTunnelNames().
|
NNTPConnector |
NNTPConnector connects to a NNTP server and provides the following methods
for news group operations: nntpGet(), nntpPost(), nntpListArticles(),
and nntpListGroups().
|
QMFRequester |
QMFRequester connects to a generic QMF server for QMF requests.
|
RedisConnector |
RedisConnector connects to a Redis server and provides the following
methods for Redis operations: rpush, lpop, blpop, publish, subscribe,
unsubscribe and nextMessage.
|
RiakConnector |
RiakConnector connects to a Riak service and provides some basic Riak
operation methods: list(), fetch(), store(), and delete().
|
RMQConnector |
RMQConnector connects to an exchange on a RabbitMQ server and initializes
the channel, the queue and the bindings for operations, such as check, get
and pub.
|
ScriptedBrowser | |
SFTPConnector |
SFTPConnector connects to a SSH server and provides the following
methods for file transfers: sftpGet(), sftpPut() and sftpList().
|
SimpleHttpServer |
SimpleHTTPServer is an embedded HTTP server implementing SimpleHttpServer.
|
SimpleUdpTransportMapping |
SimpleUdpTransportMapping extends the SNMP4J Default
UDP transport mapping and implements CommandResponder for listening on
the inbound socket. |
SNMPConnector |
SNMPConnector connects to an SNMP agent or manager and provides the
following methods of for SNMP operations: snmpGet(), snmpSet(), sendTrap(),
snmpNotify() and receive().
|
TrustAllManager |
TrustAllManager implements X509TrustManager and trusts all certificates
|
UDPSocket |
UDPSocket connects an UDP socket for sending and/or receiving Datagram
packets.
|