| Interface | Description |
|---|---|
| CommentSource |
Interface for passing comments, inserted by the user during a capture with
the TCPProxy, to the TCPProxyFilters.
|
| TCPProxyEngine |
Interface for TCPProxy engines.
|
| TCPProxyFilter |
Interface that TCP Proxy filters must implement.
|
| TCPProxySocketFactory |
Socket factory interface.
|
| TCPProxySSLSocketFactory |
Socket factory interface for SSL sockets.
|
| UpdatableCommentSource |
Interface for collecting the user inserted comments during a capture with the
TCPProxy.
|
| Class | Description |
|---|---|
| AbstractTCPProxyEngine |
Base class for TCPProxyEngine implementations.
|
| CommentSourceImplementation |
Thread-safe implementation of the CommentSource and UpdatableCommentSource
interfaces.
|
| CompositeFilter |
Composite TCPProxyFilter.
|
| ConnectionDetails |
Class that represents a TCP connection.
|
| EchoFilter |
Filter that echos to the output stream of a logger.
|
| EndPoint |
Class that represents the endpoint of a TCP connection.
|
| HTTPProxyTCPProxyEngine |
HTTP/HTTPS proxy implementation.
|
| NullFilter |
Filter that does nothing.
|
| PortForwarderTCPProxyEngine |
Simple implementation of TCPProxyEngine that connects to a single remote
server.
|
| TCPProxyConsole |
Console for the TCPProxy.
|
| TCPProxySSLSocketFactoryImplementation |
TCPProxySocketFactory for SSL connections. |
| Exception | Description |
|---|---|
| TCPProxyFilter.FilterException |
Exception type for filter problems.
|
| VerboseConnectException |
VerboseConnectException: a
ConnectException that has a more useful
message. |
Copyright © 2000-2014. All Rights Reserved.