A B C D E F G H I J L M N O P R S T U W X

A

AbstractHttpRequestHandler - Class in org.apache.ws.commons.tcpmon.core.filter.http
Abstract implementation of HttpRequestHandler with default behavior.
AbstractHttpRequestHandler() - Constructor for class org.apache.ws.commons.tcpmon.core.filter.http.AbstractHttpRequestHandler
 
AbstractHttpRequestResponseHandler - Class in org.apache.ws.commons.tcpmon.core.filter.http
Abstract implementation of HttpRequestHandler and HttpResponseHandler with default behavior.
AbstractHttpRequestResponseHandler() - Constructor for class org.apache.ws.commons.tcpmon.core.filter.http.AbstractHttpRequestResponseHandler
 
AbstractHttpResponseHandler - Class in org.apache.ws.commons.tcpmon.core.filter.http
Abstract implementation of HttpResponseHandler with default behavior.
AbstractHttpResponseHandler() - Constructor for class org.apache.ws.commons.tcpmon.core.filter.http.AbstractHttpResponseHandler
 
AbstractListener - Class in org.apache.ws.commons.tcpmon.core.ui
 
AbstractListener() - Constructor for class org.apache.ws.commons.tcpmon.core.ui.AbstractListener
 
AbstractRequestResponse - Class in org.apache.ws.commons.tcpmon.core.ui
 
AbstractRequestResponse(Configuration) - Constructor for class org.apache.ws.commons.tcpmon.core.ui.AbstractRequestResponse
 
add(String, String) - Method in class org.apache.ws.commons.tcpmon.core.filter.http.Headers
 
add(ContentFilterFactory) - Method in class org.apache.ws.commons.tcpmon.core.filter.mime.ChainedContentFilterFactory
 
addButton - Variable in class org.apache.ws.commons.tcpmon.eclipse.ui.MainView
 
addFilter(StreamFilter) - Method in class org.apache.ws.commons.tcpmon.core.filter.Pipeline
 
addHandler(HttpRequestHandler) - Method in class org.apache.ws.commons.tcpmon.core.filter.http.HttpRequestFilter
 
addHandler(HttpResponseHandler) - Method in class org.apache.ws.commons.tcpmon.core.filter.http.HttpResponseFilter
 
addRequestFilter(StreamFilterFactory) - Method in class org.apache.ws.commons.tcpmon.core.engine.InterceptorConfigurationBuilder
 
addResponseFilter(StreamFilterFactory) - Method in class org.apache.ws.commons.tcpmon.core.engine.InterceptorConfigurationBuilder
 
AdminPane - Class in org.apache.ws.commons.tcpmon.swing
this is the admin page
AdminPane(JTabbedPane, String) - Constructor for class org.apache.ws.commons.tcpmon.swing.AdminPane
Constructor AdminPage
applyRequestFilters(Pipeline) - Method in class org.apache.ws.commons.tcpmon.core.engine.InterceptorConfiguration
 
applyResponseFilters(Pipeline) - Method in class org.apache.ws.commons.tcpmon.core.engine.InterceptorConfiguration
 
available() - Method in class org.apache.ws.commons.tcpmon.core.filter.HeaderParser
Check whether a header is currently available from the underlying stream.
available() - Method in class org.apache.ws.commons.tcpmon.core.filter.ReadOnlyStream
 
available() - Method in interface org.apache.ws.commons.tcpmon.core.filter.Stream
Get the number of bytes currently available in the stream.

B

build() - Method in class org.apache.ws.commons.tcpmon.core.engine.InterceptorConfigurationBuilder
 

C

ChainedContentFilterFactory - Class in org.apache.ws.commons.tcpmon.core.filter.mime
 
ChainedContentFilterFactory() - Constructor for class org.apache.ws.commons.tcpmon.core.filter.mime.ChainedContentFilterFactory
 
change(String) - Method in class org.apache.ws.commons.tcpmon.core.filter.HeaderParser
Change the value of the current header.
CharsetDecoderFilter - Class in org.apache.ws.commons.tcpmon.core.filter
Filter that decodes the stream to character data and sends it to a Writer.
CharsetDecoderFilter(Writer, Charset) - Constructor for class org.apache.ws.commons.tcpmon.core.filter.CharsetDecoderFilter
 
CharsetDecoderFilter(Writer, String) - Constructor for class org.apache.ws.commons.tcpmon.core.filter.CharsetDecoderFilter
 
CharsetRecoderFilter - Class in org.apache.ws.commons.tcpmon.core.filter
Filter that changes the charset encoding of a stream.
CharsetRecoderFilter(Charset, Charset) - Constructor for class org.apache.ws.commons.tcpmon.core.filter.CharsetRecoderFilter
 
CharsetRecoderFilter(String, String) - Constructor for class org.apache.ws.commons.tcpmon.core.filter.CharsetRecoderFilter
 
checkClientTrusted(X509Certificate[], String) - Method in class org.apache.ws.commons.tcpmon.core.engine.NoValidateCertTrustManager
 
checkServerTrusted(X509Certificate[], String) - Method in class org.apache.ws.commons.tcpmon.core.engine.NoValidateCertTrustManager
 
ChunkedDecoder - Class in org.apache.ws.commons.tcpmon.core.filter.http
Entity processor that processes HTTP chunked transfer encoding.
ChunkedDecoder() - Constructor for class org.apache.ws.commons.tcpmon.core.filter.http.ChunkedDecoder
 
ChunkedEncoder - Class in org.apache.ws.commons.tcpmon.core.filter.http
 
ChunkedEncoder(Headers) - Constructor for class org.apache.ws.commons.tcpmon.core.filter.http.ChunkedEncoder
 
ChunkedEncoding - Class in org.apache.ws.commons.tcpmon.core.filter.http
Implementation of the chunked transfer encoding.
ChunkedEncoding() - Constructor for class org.apache.ws.commons.tcpmon.core.filter.http.ChunkedEncoding
 
clearSelection() - Method in class org.apache.ws.commons.tcpmon.eclipse.ui.TableEnhancer
 
close() - Method in class org.apache.ws.commons.tcpmon.core.filter.Pipeline
 
close() - Method in class org.apache.ws.commons.tcpmon.eclipse.ui.TextWidgetWriter
 
CLOSE - Static variable in class org.apache.ws.commons.tcpmon.swing.Icons
 
close() - Method in class org.apache.ws.commons.tcpmon.swing.JTextAreaWriter
 
completed() - Method in class org.apache.ws.commons.tcpmon.core.filter.http.HttpFilter
 
completed() - Method in class org.apache.ws.commons.tcpmon.core.filter.http.HttpRequestFilter
 
completed() - Method in class org.apache.ws.commons.tcpmon.core.filter.http.HttpResponseFilter
 
ComponentHandler - Class in org.apache.ws.commons.tcpmon.idea.ui
 
ComponentHandler() - Constructor for class org.apache.ws.commons.tcpmon.idea.ui.ComponentHandler
 
configProxyFromSystemProperties() - Method in class org.apache.ws.commons.tcpmon.core.engine.InterceptorConfigurationBuilder
 
Configuration - Class in org.apache.ws.commons.tcpmon.core.ui
 
Configuration() - Constructor for class org.apache.ws.commons.tcpmon.core.ui.Configuration
 
configureSSLSocketFactory(boolean) - Method in class org.apache.ws.commons.tcpmon.core.engine.InterceptorConfigurationBuilder
Configure the interceptor to use SSL for outgoing connections.
ContentEncoding - Interface in org.apache.ws.commons.tcpmon.core.filter.http
Represents a particular content encoding as specified by the Content-Encoding header.
ContentFilterFactory - Interface in org.apache.ws.commons.tcpmon.core.filter.mime
Factory that returns filters for given content types.
createDecoder(Headers) - Method in class org.apache.ws.commons.tcpmon.core.filter.http.ChunkedEncoding
 
createDecoder() - Method in interface org.apache.ws.commons.tcpmon.core.filter.http.ContentEncoding
Create a decoder for the content encoding.
createDecoder() - Method in class org.apache.ws.commons.tcpmon.core.filter.http.GZIPEncoding
 
createDecoder(Headers) - Method in class org.apache.ws.commons.tcpmon.core.filter.http.IdentityEncoding
 
createDecoder(Headers) - Method in interface org.apache.ws.commons.tcpmon.core.filter.http.TransferEncoding
Create a decoder for the transfer encoding.
createEncoder(Headers) - Method in class org.apache.ws.commons.tcpmon.core.filter.http.ChunkedEncoding
 
createEncoder() - Method in interface org.apache.ws.commons.tcpmon.core.filter.http.ContentEncoding
Create an encoder for the content encoding.
createEncoder() - Method in class org.apache.ws.commons.tcpmon.core.filter.http.GZIPEncoding
 
createEncoder(Headers) - Method in class org.apache.ws.commons.tcpmon.core.filter.http.IdentityEncoding
 
createEncoder(Headers) - Method in interface org.apache.ws.commons.tcpmon.core.filter.http.TransferEncoding
Create an encoder for the transfer encoding.
createPartControl(Composite) - Method in class org.apache.ws.commons.tcpmon.eclipse.ui.MainView
 
createRequestResponseListener(String) - Method in class org.apache.ws.commons.tcpmon.core.engine.Dump
 
createRequestResponseListener(String) - Method in interface org.apache.ws.commons.tcpmon.core.engine.InterceptorListener
Create a listener for a new request-response exchange.

D

DEFAULT - Static variable in interface org.apache.ws.commons.tcpmon.core.filter.ErrorListener
 
DefaultContentFilterFactory - Class in org.apache.ws.commons.tcpmon.core.ui
Default ContentFilterFactory implementation.
DefaultContentFilterFactory() - Constructor for class org.apache.ws.commons.tcpmon.core.ui.DefaultContentFilterFactory
 
delayBox - Variable in class org.apache.ws.commons.tcpmon.eclipse.ui.MainView
 
delayBox - Variable in class org.apache.ws.commons.tcpmon.swing.AdminPane
Field delayBox
delayBytes - Variable in class org.apache.ws.commons.tcpmon.eclipse.ui.MainView
 
delayBytes - Variable in class org.apache.ws.commons.tcpmon.swing.AdminPane
Field delayTime, delayBytes
delayBytesLabel - Variable in class org.apache.ws.commons.tcpmon.swing.AdminPane
Field delayTimeLabel, delayBytesLabel
delayTime - Variable in class org.apache.ws.commons.tcpmon.eclipse.ui.MainView
 
delayTime - Variable in class org.apache.ws.commons.tcpmon.swing.AdminPane
Field delayTime, delayBytes
delayTimeLabel - Variable in class org.apache.ws.commons.tcpmon.swing.AdminPane
Field delayTimeLabel, delayBytesLabel
discard() - Method in class org.apache.ws.commons.tcpmon.core.filter.HeaderParser
Discard the current header.
discard() - Method in class org.apache.ws.commons.tcpmon.core.filter.ReadOnlyStream
 
discard(int) - Method in class org.apache.ws.commons.tcpmon.core.filter.ReadOnlyStream
 
discard() - Method in interface org.apache.ws.commons.tcpmon.core.filter.Stream
Discard the byte at the current position in the stream.
discard(int) - Method in interface org.apache.ws.commons.tcpmon.core.filter.Stream
Discard a given number of bytes from the stream, starting at the current position.
display - Static variable in class org.apache.ws.commons.tcpmon.eclipse.ui.MainView
 
disposeComponent() - Method in class org.apache.ws.commons.tcpmon.idea.plugin.IdeaPlugin
 
done(String) - Method in class org.apache.ws.commons.tcpmon.core.filter.RequestLineExtractor
 
Dump - Class in org.apache.ws.commons.tcpmon.core.engine
 
Dump(OutputStream, OutputStream) - Constructor for class org.apache.ws.commons.tcpmon.core.engine.Dump
 
Dump(OutputStream) - Constructor for class org.apache.ws.commons.tcpmon.core.engine.Dump
 

E

ELAPSED_COLUMN - Static variable in class org.apache.ws.commons.tcpmon.eclipse.ui.MainView
 
EntityProcessor - Interface in org.apache.ws.commons.tcpmon.core.filter
Interface implemented by classes that process an entity in a stream, where an entity is a self-delimiting part of a stream.
error(StreamFilter, String) - Method in interface org.apache.ws.commons.tcpmon.core.filter.ErrorListener
 
error(String) - Method in class org.apache.ws.commons.tcpmon.core.filter.ReadOnlyStream
 
error(String) - Method in interface org.apache.ws.commons.tcpmon.core.filter.Stream
 
ErrorListener - Interface in org.apache.ws.commons.tcpmon.core.filter
 

F

flush() - Method in class org.apache.ws.commons.tcpmon.eclipse.ui.TextWidgetWriter
 
flush() - Method in class org.apache.ws.commons.tcpmon.swing.JTextAreaWriter
 

G

get() - Method in class org.apache.ws.commons.tcpmon.core.filter.ReadOnlyStream
 
get(int) - Method in class org.apache.ws.commons.tcpmon.core.filter.ReadOnlyStream
 
get() - Method in interface org.apache.ws.commons.tcpmon.core.filter.Stream
Get the byte at the current position in the stream.
get(int) - Method in interface org.apache.ws.commons.tcpmon.core.filter.Stream
Get the byte at a given distance from the current position in the stream.
getAcceptedIssuers() - Method in class org.apache.ws.commons.tcpmon.core.engine.NoValidateCertTrustManager
 
getAsciiString(Stream, int, int) - Static method in class org.apache.ws.commons.tcpmon.core.filter.StreamUtil
Convert a part of a stream to a string, using the ASCII charset encoding.
getComponentName() - Method in class org.apache.ws.commons.tcpmon.idea.plugin.IdeaPlugin
 
getConfiguration() - Method in class org.apache.ws.commons.tcpmon.core.ui.AbstractListener
 
getContentFilterChain(MimeType) - Method in class org.apache.ws.commons.tcpmon.core.engine.UriReplaceContentFilterFactory
 
getContentFilterChain(MimeType) - Method in class org.apache.ws.commons.tcpmon.core.filter.mime.ChainedContentFilterFactory
 
getContentFilterChain(MimeType) - Method in interface org.apache.ws.commons.tcpmon.core.filter.mime.ContentFilterFactory
Get a new filter (chain) for the given content type.
getContentFilterChain(MimeType) - Method in class org.apache.ws.commons.tcpmon.core.filter.mime.MultipartContentFilterFactory
 
getContentFilterChain(MimeType) - Method in class org.apache.ws.commons.tcpmon.core.ui.DefaultContentFilterFactory
 
getCurrentBytes() - Method in class org.apache.ws.commons.tcpmon.core.filter.throttle.Throttle
get the current byte count
getDefault() - Static method in class org.apache.ws.commons.tcpmon.eclipse.plugin.TcpmonitorPlugin
Returns the shared instance.
getDelayBytes() - Method in class org.apache.ws.commons.tcpmon.core.filter.throttle.ThrottleConfiguration
 
getDelayTime() - Method in class org.apache.ws.commons.tcpmon.core.filter.throttle.ThrottleConfiguration
 
getEncoding() - Method in class org.apache.ws.commons.tcpmon.Relay
 
getFirst(String) - Method in class org.apache.ws.commons.tcpmon.core.filter.http.Headers
 
getHeaderName() - Method in class org.apache.ws.commons.tcpmon.core.filter.HeaderParser
Get the name of the current header.
getHeaderValue() - Method in class org.apache.ws.commons.tcpmon.core.filter.HeaderParser
Get the value of the current header.
getHttpProxyHost() - Method in class org.apache.ws.commons.tcpmon.core.engine.InterceptorConfiguration
 
getHttpProxyPort() - Method in class org.apache.ws.commons.tcpmon.core.engine.InterceptorConfiguration
 
getImageDescriptor(String) - Static method in class org.apache.ws.commons.tcpmon.eclipse.plugin.TcpmonitorPlugin
Returns an image descriptor for the image file at the given plug-in relative path.
getInterceptorConfiguration() - Method in class org.apache.ws.commons.tcpmon.core.ui.Configuration
 
getLeadSelectionIndex() - Method in class org.apache.ws.commons.tcpmon.eclipse.ui.TableEnhancer
 
getListenPort() - Method in class org.apache.ws.commons.tcpmon.core.engine.InterceptorConfiguration
 
getMaxSelectionIndex() - Method in class org.apache.ws.commons.tcpmon.eclipse.ui.TableEnhancer
 
getMessage(String, String) - Static method in class org.apache.ws.commons.tcpmon.TCPMonBundle
Get the message with the given key.
getMinSelectionIndex() - Method in class org.apache.ws.commons.tcpmon.eclipse.ui.TableEnhancer
 
getName() - Method in class org.apache.ws.commons.tcpmon.core.filter.http.Header
 
getNearestSelectionToZero() - Method in class org.apache.ws.commons.tcpmon.eclipse.ui.TableEnhancer
 
getOrgBaseUri() - Method in class org.apache.ws.commons.tcpmon.core.filter.http.HostRewriter
 
getOutputStream() - Method in class org.apache.ws.commons.tcpmon.core.filter.Pipeline
 
getOutputStream() - Method in class org.apache.ws.commons.tcpmon.core.ui.RawSender
 
getRequestAsString() - Method in class org.apache.ws.commons.tcpmon.core.ui.AbstractRequestResponse
 
getRequestAsString() - Method in class org.apache.ws.commons.tcpmon.eclipse.ui.RequestResponse
 
getRequestAsString() - Method in class org.apache.ws.commons.tcpmon.swing.RequestResponse
 
getRequestContentFilterFactory() - Method in class org.apache.ws.commons.tcpmon.core.engine.InterceptorConfiguration
 
getRequestOutputStream() - Method in class org.apache.ws.commons.tcpmon.core.engine.Dump
 
getRequestOutputStream() - Method in interface org.apache.ws.commons.tcpmon.core.engine.RequestResponseListener
Get the output stream to which a copy of the request will be written.
getRequestOutputStream() - Method in class org.apache.ws.commons.tcpmon.core.ui.AbstractRequestResponse
 
getRequestWriter() - Method in class org.apache.ws.commons.tcpmon.core.ui.AbstractRequestResponse
 
getRequestWriter() - Method in class org.apache.ws.commons.tcpmon.eclipse.ui.RequestResponse
 
getRequestWriter() - Method in class org.apache.ws.commons.tcpmon.swing.RequestResponse
 
getResponseAsString() - Method in class org.apache.ws.commons.tcpmon.core.ui.AbstractRequestResponse
 
getResponseAsString() - Method in class org.apache.ws.commons.tcpmon.eclipse.ui.RequestResponse
 
getResponseAsString() - Method in class org.apache.ws.commons.tcpmon.swing.RequestResponse
 
getResponseContentFilterFactory() - Method in class org.apache.ws.commons.tcpmon.core.engine.InterceptorConfiguration
 
getResponseOutputStream() - Method in class org.apache.ws.commons.tcpmon.core.engine.Dump
 
getResponseOutputStream() - Method in interface org.apache.ws.commons.tcpmon.core.engine.RequestResponseListener
Get the output stream to which a copy of the response will be written
getResponseOutputStream() - Method in class org.apache.ws.commons.tcpmon.core.ui.AbstractRequestResponse
 
getResponseWriter() - Method in class org.apache.ws.commons.tcpmon.core.ui.AbstractRequestResponse
 
getResponseWriter() - Method in class org.apache.ws.commons.tcpmon.eclipse.ui.RequestResponse
 
getResponseWriter() - Method in class org.apache.ws.commons.tcpmon.swing.RequestResponse
 
getSelectionIndicesWithoutZero() - Method in class org.apache.ws.commons.tcpmon.eclipse.ui.TableEnhancer
 
getServerSocketFactory() - Method in class org.apache.ws.commons.tcpmon.core.engine.InterceptorConfiguration
 
getSocketFactory() - Method in class org.apache.ws.commons.tcpmon.core.engine.InterceptorConfiguration
 
getTargetBaseUri() - Method in class org.apache.ws.commons.tcpmon.core.filter.http.HostRewriter
 
getTargetHost() - Method in class org.apache.ws.commons.tcpmon.core.engine.InterceptorConfiguration
 
getTargetHost() - Method in class org.apache.ws.commons.tcpmon.core.ui.AbstractRequestResponse
 
getTargetPort() - Method in class org.apache.ws.commons.tcpmon.core.engine.InterceptorConfiguration
 
getTargetPort() - Method in class org.apache.ws.commons.tcpmon.core.ui.AbstractRequestResponse
 
getTCPMonTabbedPane() - Static method in class org.apache.ws.commons.tcpmon.idea.ui.ComponentHandler
 
getTime() - Static method in class org.apache.ws.commons.tcpmon.core.ui.AbstractRequestResponse
 
getTotalBytes() - Method in class org.apache.ws.commons.tcpmon.core.filter.throttle.Throttle
how many bytes have gone past?
getValue() - Method in class org.apache.ws.commons.tcpmon.core.filter.http.Header
 
getValue(int, String) - Method in class org.apache.ws.commons.tcpmon.eclipse.ui.MainView
 
GZIPDecoder - Class in org.apache.ws.commons.tcpmon.core.filter.zip
 
GZIPDecoder() - Constructor for class org.apache.ws.commons.tcpmon.core.filter.zip.GZIPDecoder
 
GZIPEncoder - Class in org.apache.ws.commons.tcpmon.core.filter.zip
 
GZIPEncoder() - Constructor for class org.apache.ws.commons.tcpmon.core.filter.zip.GZIPEncoder
 
GZIPEncoding - Class in org.apache.ws.commons.tcpmon.core.filter.http
Implementation of the GZIP content encoding.
GZIPEncoding() - Constructor for class org.apache.ws.commons.tcpmon.core.filter.http.GZIPEncoding
 

H

halt() - Method in class org.apache.ws.commons.tcpmon.core.engine.Interceptor
force a halt by connecting to self and then closing the server socket
handleConnection(String, int) - Method in class org.apache.ws.commons.tcpmon.core.filter.http.HttpProxyServerHandler
 
handleHeaders(Headers) - Method in class org.apache.ws.commons.tcpmon.core.filter.http.HttpHeaderRewriter
 
Header - Class in org.apache.ws.commons.tcpmon.core.filter.http
 
Header(String, String) - Constructor for class org.apache.ws.commons.tcpmon.core.filter.http.Header
 
HeaderParser - Class in org.apache.ws.commons.tcpmon.core.filter
Utility class to parse a set of HTTP/MIME/RFC822 headers from a stream.
HeaderParser(Stream) - Constructor for class org.apache.ws.commons.tcpmon.core.filter.HeaderParser
 
Headers - Class in org.apache.ws.commons.tcpmon.core.filter.http
 
Headers() - Constructor for class org.apache.ws.commons.tcpmon.core.filter.http.Headers
 
host - Variable in class org.apache.ws.commons.tcpmon.eclipse.ui.MainView
 
host - Variable in class org.apache.ws.commons.tcpmon.swing.AdminPane
Field host
hostLabel - Variable in class org.apache.ws.commons.tcpmon.swing.AdminPane
Field hostLabel, tportLabel
HostRewriter - Class in org.apache.ws.commons.tcpmon.core.filter.http
 
HostRewriter(String, int, boolean) - Constructor for class org.apache.ws.commons.tcpmon.core.filter.http.HostRewriter
 
HttpFilter - Class in org.apache.ws.commons.tcpmon.core.filter.http
Base class for HttpRequestFilter and HttpResponseFilter.
HttpFilter(boolean) - Constructor for class org.apache.ws.commons.tcpmon.core.filter.http.HttpFilter
 
HttpHeaderRewriter - Class in org.apache.ws.commons.tcpmon.core.filter.http
Handler that replaces the value of a given HTTP header.
HttpHeaderRewriter(String, String) - Constructor for class org.apache.ws.commons.tcpmon.core.filter.http.HttpHeaderRewriter
 
hTTPProxyBox - Variable in class org.apache.ws.commons.tcpmon.eclipse.ui.MainView
 
HTTPProxyBox - Variable in class org.apache.ws.commons.tcpmon.swing.AdminPane
Field HTTPProxyBox
HttpProxyClientHandler - Class in org.apache.ws.commons.tcpmon.core.filter.http
Handler that rewrites a plain HTTP request to an HTTP proxy request.
HttpProxyClientHandler(String, int) - Constructor for class org.apache.ws.commons.tcpmon.core.filter.http.HttpProxyClientHandler
 
hTTPProxyHost - Variable in class org.apache.ws.commons.tcpmon.eclipse.ui.MainView
 
HTTPProxyHost - Variable in class org.apache.ws.commons.tcpmon.swing.AdminPane
Field HTTPProxyHost
HTTPProxyHostLabel - Variable in class org.apache.ws.commons.tcpmon.swing.AdminPane
Field HTTPProxyHostLabel, HTTPProxyPortLabel
hTTPProxyPort - Variable in class org.apache.ws.commons.tcpmon.eclipse.ui.MainView
 
HTTPProxyPort - Variable in class org.apache.ws.commons.tcpmon.swing.AdminPane
Field HTTPProxyPort
HTTPProxyPortLabel - Variable in class org.apache.ws.commons.tcpmon.swing.AdminPane
Field HTTPProxyHostLabel, HTTPProxyPortLabel
HttpProxyServerHandler - Class in org.apache.ws.commons.tcpmon.core.filter.http
Handler that rewrites an HTTP proxy request to a plain HTTP request.
HttpProxyServerHandler() - Constructor for class org.apache.ws.commons.tcpmon.core.filter.http.HttpProxyServerHandler
 
HttpRequestFilter - Class in org.apache.ws.commons.tcpmon.core.filter.http
Filter that parses HTTP requests and invokes a set of HTTPRequestHandler implementations.
HttpRequestFilter(boolean) - Constructor for class org.apache.ws.commons.tcpmon.core.filter.http.HttpRequestFilter
 
HttpRequestHandler - Interface in org.apache.ws.commons.tcpmon.core.filter.http
Interface implemented by handlers invoked by HttpRequestFilter.
HttpResponseFilter - Class in org.apache.ws.commons.tcpmon.core.filter.http
Filter that parses HTTP responses and invokes a set of HTTPResponseHandler implementations.
HttpResponseFilter(boolean) - Constructor for class org.apache.ws.commons.tcpmon.core.filter.http.HttpResponseFilter
 
HttpResponseHandler - Interface in org.apache.ws.commons.tcpmon.core.filter.http
Interface implemented by handlers invoked by HttpResponseFilter.

I

Icons - Class in org.apache.ws.commons.tcpmon.swing
 
IdeaPlugin - Class in org.apache.ws.commons.tcpmon.idea.plugin
 
IdeaPlugin(Project) - Constructor for class org.apache.ws.commons.tcpmon.idea.plugin.IdeaPlugin
 
IdeaTCPMonToolWindow - Class in org.apache.ws.commons.tcpmon.idea.ui
 
IdeaTCPMonToolWindow() - Constructor for class org.apache.ws.commons.tcpmon.idea.ui.IdeaTCPMonToolWindow
 
IdentityDecoder - Class in org.apache.ws.commons.tcpmon.core.filter.http
Entity processor that processes HTTP identity transfer encoding.
IdentityDecoder(int) - Constructor for class org.apache.ws.commons.tcpmon.core.filter.http.IdentityDecoder
 
IdentityEncoder - Class in org.apache.ws.commons.tcpmon.core.filter.http
 
IdentityEncoder(Headers) - Constructor for class org.apache.ws.commons.tcpmon.core.filter.http.IdentityEncoder
 
IdentityEncoding - Class in org.apache.ws.commons.tcpmon.core.filter.http
Implementation of the identity transfer encoding.
IdentityEncoding() - Constructor for class org.apache.ws.commons.tcpmon.core.filter.http.IdentityEncoding
 
indexOf(TableItem) - Method in class org.apache.ws.commons.tcpmon.eclipse.ui.TableEnhancer
 
initComponent() - Method in class org.apache.ws.commons.tcpmon.idea.plugin.IdeaPlugin
 
insert(String, String) - Method in class org.apache.ws.commons.tcpmon.core.filter.HeaderParser
Insert a new header in the stream.
insert(byte) - Method in class org.apache.ws.commons.tcpmon.core.filter.ReadOnlyStream
 
insert(byte[], int, int) - Method in class org.apache.ws.commons.tcpmon.core.filter.ReadOnlyStream
 
insert(ByteBuffer) - Method in class org.apache.ws.commons.tcpmon.core.filter.ReadOnlyStream
 
insert(byte) - Method in interface org.apache.ws.commons.tcpmon.core.filter.Stream
Insert a byte at the current position in the stream.
insert(byte[], int, int) - Method in interface org.apache.ws.commons.tcpmon.core.filter.Stream
Insert a byte sequence at the current position in the stream.
insert(ByteBuffer) - Method in interface org.apache.ws.commons.tcpmon.core.filter.Stream
Insert the content of a byte buffer at the current position in the stream.
insertAsciiString(Stream, String) - Static method in class org.apache.ws.commons.tcpmon.core.filter.StreamUtil
 
insertInt(Stream, int) - Static method in class org.apache.ws.commons.tcpmon.core.filter.StreamUtil
Insert an integer in little endian byte order.
insertShort(Stream, int) - Static method in class org.apache.ws.commons.tcpmon.core.filter.StreamUtil
Insert a short integer in little endian byte order.
Interceptor - Class in org.apache.ws.commons.tcpmon.core.engine
wait for incoming connections, spawn a connection thread when stuff comes in.
Interceptor(InterceptorConfiguration, InterceptorListener) - Constructor for class org.apache.ws.commons.tcpmon.core.engine.Interceptor
Constructor.
InterceptorConfiguration - Class in org.apache.ws.commons.tcpmon.core.engine
Holds the configuration for an Interceptor instance.
InterceptorConfigurationBuilder - Class in org.apache.ws.commons.tcpmon.core.engine
Creates InterceptorConfiguration instances.
InterceptorConfigurationBuilder() - Constructor for class org.apache.ws.commons.tcpmon.core.engine.InterceptorConfigurationBuilder
 
InterceptorConfigurationBuilder(InterceptorConfiguration) - Constructor for class org.apache.ws.commons.tcpmon.core.engine.InterceptorConfigurationBuilder
 
InterceptorListener - Interface in org.apache.ws.commons.tcpmon.core.engine
 
invoke(Stream) - Method in class org.apache.ws.commons.tcpmon.core.filter.CharsetDecoderFilter
 
invoke(Stream) - Method in class org.apache.ws.commons.tcpmon.core.filter.CharsetRecoderFilter
 
invoke(Stream) - Method in class org.apache.ws.commons.tcpmon.core.filter.http.ChunkedEncoder
 
invoke(Stream) - Method in class org.apache.ws.commons.tcpmon.core.filter.http.HttpFilter
 
invoke(Stream) - Method in class org.apache.ws.commons.tcpmon.core.filter.http.IdentityEncoder
 
invoke(Stream) - Method in class org.apache.ws.commons.tcpmon.core.filter.mime.MimePartFilter
 
invoke(Stream) - Method in class org.apache.ws.commons.tcpmon.core.filter.mime.MultipartFilter
 
invoke(Stream) - Method in class org.apache.ws.commons.tcpmon.core.filter.ReadOnlyFilterWrapper
 
invoke(Stream) - Method in class org.apache.ws.commons.tcpmon.core.filter.ReplaceFilter
 
invoke(Stream) - Method in class org.apache.ws.commons.tcpmon.core.filter.RequestLineExtractor
 
invoke(Stream) - Method in interface org.apache.ws.commons.tcpmon.core.filter.StreamFilter
Invoke the filter.
invoke(Stream) - Method in class org.apache.ws.commons.tcpmon.core.filter.Tee
 
invoke(Stream) - Method in class org.apache.ws.commons.tcpmon.core.filter.throttle.Throttle
 
invoke(Stream) - Method in class org.apache.ws.commons.tcpmon.core.filter.XmlFormatFilter
 
invoke(Stream) - Method in class org.apache.ws.commons.tcpmon.core.filter.zip.GZIPDecoder
 
invoke(Stream) - Method in class org.apache.ws.commons.tcpmon.core.filter.zip.GZIPEncoder
 
isComplete() - Method in class org.apache.ws.commons.tcpmon.core.filter.http.HttpFilter
 
isEndOfStream() - Method in class org.apache.ws.commons.tcpmon.core.filter.ReadOnlyStream
 
isEndOfStream() - Method in interface org.apache.ws.commons.tcpmon.core.filter.Stream
Check if the end of the stream has been reached.
isProxy() - Method in class org.apache.ws.commons.tcpmon.core.engine.InterceptorConfiguration
 
isReadOnly() - Method in class org.apache.ws.commons.tcpmon.core.filter.CharsetDecoderFilter
 
isReadOnly() - Method in class org.apache.ws.commons.tcpmon.core.filter.CharsetRecoderFilter
 
isReadOnly() - Method in class org.apache.ws.commons.tcpmon.core.filter.http.ChunkedEncoder
 
isReadOnly() - Method in class org.apache.ws.commons.tcpmon.core.filter.http.HttpFilter
 
isReadOnly() - Method in class org.apache.ws.commons.tcpmon.core.filter.http.IdentityEncoder
 
isReadOnly() - Method in class org.apache.ws.commons.tcpmon.core.filter.mime.MimePartFilter
 
isReadOnly() - Method in class org.apache.ws.commons.tcpmon.core.filter.mime.MultipartFilter
 
isReadOnly() - Method in class org.apache.ws.commons.tcpmon.core.filter.ReadOnlyFilterWrapper
 
isReadOnly() - Method in class org.apache.ws.commons.tcpmon.core.filter.ReplaceFilter
 
isReadOnly() - Method in class org.apache.ws.commons.tcpmon.core.filter.RequestLineExtractor
 
isReadOnly() - Method in interface org.apache.ws.commons.tcpmon.core.filter.StreamFilter
Determine whether this filter is read-only.
isReadOnly() - Method in class org.apache.ws.commons.tcpmon.core.filter.Tee
 
isReadOnly() - Method in class org.apache.ws.commons.tcpmon.core.filter.throttle.Throttle
 
isReadOnly() - Method in class org.apache.ws.commons.tcpmon.core.filter.XmlFormatFilter
 
isReadOnly() - Method in class org.apache.ws.commons.tcpmon.core.filter.zip.GZIPDecoder
 
isReadOnly() - Method in class org.apache.ws.commons.tcpmon.core.filter.zip.GZIPEncoder
 
isReplaceURIsInContent() - Method in class org.apache.ws.commons.tcpmon.core.engine.InterceptorConfiguration
 
isSecureSocketFactory() - Method in class org.apache.ws.commons.tcpmon.core.engine.InterceptorConfiguration
 
isSelectedIndex(int) - Method in class org.apache.ws.commons.tcpmon.eclipse.ui.TableEnhancer
 
isSelectionEmpty() - Method in class org.apache.ws.commons.tcpmon.eclipse.ui.TableEnhancer
 
isXmlFormat() - Method in class org.apache.ws.commons.tcpmon.core.ui.Configuration
 
iterator() - Method in class org.apache.ws.commons.tcpmon.core.filter.http.Headers
 

J

JTextAreaWriter - Class in org.apache.ws.commons.tcpmon.swing
A simple writer that appends the character data to a JTextArea.
JTextAreaWriter(JTextArea) - Constructor for class org.apache.ws.commons.tcpmon.swing.JTextAreaWriter
 

L

LAYOUT_HORIZONTAL - Static variable in class org.apache.ws.commons.tcpmon.swing.Icons
 
LAYOUT_VERTICAL - Static variable in class org.apache.ws.commons.tcpmon.swing.Icons
 
listenerButton - Variable in class org.apache.ws.commons.tcpmon.eclipse.ui.MainView
 
listenerButton - Variable in class org.apache.ws.commons.tcpmon.swing.AdminPane
Field listenerButton, proxyButton

M

main(String[]) - Static method in class org.apache.ws.commons.tcpmon.swing.TCPMon
this is our main method
main(String[]) - Static method in class org.apache.ws.commons.tcpmon.TcpTunnel
 
MainView - Class in org.apache.ws.commons.tcpmon.eclipse.ui
The class MainView is the UI mounted into Eclipse as a View
MainView() - Constructor for class org.apache.ws.commons.tcpmon.eclipse.ui.MainView
 
MimePartFilter - Class in org.apache.ws.commons.tcpmon.core.filter.mime
Filter that processes a MIME part.
MimePartFilter(ContentFilterFactory) - Constructor for class org.apache.ws.commons.tcpmon.core.filter.mime.MimePartFilter
 
MultipartContentFilterFactory - Class in org.apache.ws.commons.tcpmon.core.filter.mime
ContentFilterFactory implementation that handles multipart/related.
MultipartContentFilterFactory(ContentFilterFactory) - Constructor for class org.apache.ws.commons.tcpmon.core.filter.mime.MultipartContentFilterFactory
 
MultipartFilter - Class in org.apache.ws.commons.tcpmon.core.filter.mime
Filter that processes multipart/* messages.
MultipartFilter(ContentFilterFactory, MimeType) - Constructor for class org.apache.ws.commons.tcpmon.core.filter.mime.MultipartFilter
 

N

newInstance() - Method in interface org.apache.ws.commons.tcpmon.core.filter.StreamFilterFactory
 
newInstance() - Method in class org.apache.ws.commons.tcpmon.core.filter.throttle.ThrottleConfiguration
 
noMoreHeaders() - Method in class org.apache.ws.commons.tcpmon.core.filter.HeaderParser
 
noteb - Variable in class org.apache.ws.commons.tcpmon.swing.AdminPane
Field noteb
notifyListeners(int, Event) - Method in class org.apache.ws.commons.tcpmon.eclipse.ui.TableEnhancer
 
NoValidateCertTrustManager - Class in org.apache.ws.commons.tcpmon.core.engine
Trust manager accepting any certificate.
NoValidateCertTrustManager() - Constructor for class org.apache.ws.commons.tcpmon.core.engine.NoValidateCertTrustManager
 

O

onError(Throwable) - Method in class org.apache.ws.commons.tcpmon.core.engine.Dump
 
onError(Throwable) - Method in interface org.apache.ws.commons.tcpmon.core.engine.RequestResponseListener
 
onError(Throwable) - Method in class org.apache.ws.commons.tcpmon.core.ui.AbstractRequestResponse
 
onServerSocketError(Throwable) - Method in class org.apache.ws.commons.tcpmon.core.engine.Dump
 
onServerSocketError(Throwable) - Method in interface org.apache.ws.commons.tcpmon.core.engine.InterceptorListener
 
onServerSocketStart() - Method in class org.apache.ws.commons.tcpmon.core.engine.Dump
 
onServerSocketStart() - Method in interface org.apache.ws.commons.tcpmon.core.engine.InterceptorListener
 
org.apache.ws.commons.tcpmon - package org.apache.ws.commons.tcpmon
 
org.apache.ws.commons.tcpmon.core.engine - package org.apache.ws.commons.tcpmon.core.engine
 
org.apache.ws.commons.tcpmon.core.filter - package org.apache.ws.commons.tcpmon.core.filter
 
org.apache.ws.commons.tcpmon.core.filter.http - package org.apache.ws.commons.tcpmon.core.filter.http
 
org.apache.ws.commons.tcpmon.core.filter.mime - package org.apache.ws.commons.tcpmon.core.filter.mime
 
org.apache.ws.commons.tcpmon.core.filter.throttle - package org.apache.ws.commons.tcpmon.core.filter.throttle
 
org.apache.ws.commons.tcpmon.core.filter.zip - package org.apache.ws.commons.tcpmon.core.filter.zip
 
org.apache.ws.commons.tcpmon.core.ui - package org.apache.ws.commons.tcpmon.core.ui
 
org.apache.ws.commons.tcpmon.eclipse.plugin - package org.apache.ws.commons.tcpmon.eclipse.plugin
 
org.apache.ws.commons.tcpmon.eclipse.ui - package org.apache.ws.commons.tcpmon.eclipse.ui
 
org.apache.ws.commons.tcpmon.idea.plugin - package org.apache.ws.commons.tcpmon.idea.plugin
 
org.apache.ws.commons.tcpmon.idea.ui - package org.apache.ws.commons.tcpmon.idea.ui
 
org.apache.ws.commons.tcpmon.swing - package org.apache.ws.commons.tcpmon.swing
 
OUTHOST_COLUMN - Static variable in class org.apache.ws.commons.tcpmon.eclipse.ui.MainView
 

P

Pipeline - Class in org.apache.ws.commons.tcpmon.core.filter
Class that sends a byte stream through a sequence of filters.
Pipeline(int) - Constructor for class org.apache.ws.commons.tcpmon.core.filter.Pipeline
 
Pipeline() - Constructor for class org.apache.ws.commons.tcpmon.core.filter.Pipeline
 
popFilter() - Method in class org.apache.ws.commons.tcpmon.core.filter.ReadOnlyStream
 
popFilter() - Method in interface org.apache.ws.commons.tcpmon.core.filter.Stream
 
port - Variable in class org.apache.ws.commons.tcpmon.eclipse.ui.MainView
 
port - Variable in class org.apache.ws.commons.tcpmon.swing.AdminPane
Field port
process(Stream) - Method in interface org.apache.ws.commons.tcpmon.core.filter.EntityProcessor
Process data from the stream.
process(Stream) - Method in class org.apache.ws.commons.tcpmon.core.filter.http.ChunkedDecoder
 
process(Stream) - Method in class org.apache.ws.commons.tcpmon.core.filter.http.IdentityDecoder
 
process(Stream) - Method in class org.apache.ws.commons.tcpmon.core.filter.ReadOnlyEntityProcessorWrapper
 
processFirstLine(String) - Method in class org.apache.ws.commons.tcpmon.core.filter.http.HttpFilter
 
processFirstLine(String) - Method in class org.apache.ws.commons.tcpmon.core.filter.http.HttpRequestFilter
 
processFirstLine(String) - Method in class org.apache.ws.commons.tcpmon.core.filter.http.HttpResponseFilter
 
processHeaders(Headers) - Method in class org.apache.ws.commons.tcpmon.core.filter.http.HttpFilter
 
processHeaders(Headers) - Method in class org.apache.ws.commons.tcpmon.core.filter.http.HttpRequestFilter
 
processHeaders(Headers) - Method in class org.apache.ws.commons.tcpmon.core.filter.http.HttpResponseFilter
 
processRequestHeaders(Headers) - Method in class org.apache.ws.commons.tcpmon.core.filter.http.AbstractHttpRequestHandler
 
processRequestHeaders(Headers) - Method in class org.apache.ws.commons.tcpmon.core.filter.http.AbstractHttpRequestResponseHandler
 
processRequestHeaders(Headers) - Method in class org.apache.ws.commons.tcpmon.core.filter.http.HostRewriter
 
processRequestHeaders(Headers) - Method in interface org.apache.ws.commons.tcpmon.core.filter.http.HttpRequestHandler
 
processRequestLine(String) - Method in class org.apache.ws.commons.tcpmon.core.filter.http.AbstractHttpRequestHandler
 
processRequestLine(String) - Method in class org.apache.ws.commons.tcpmon.core.filter.http.AbstractHttpRequestResponseHandler
 
processRequestLine(String) - Method in class org.apache.ws.commons.tcpmon.core.filter.http.HttpProxyClientHandler
 
processRequestLine(String) - Method in class org.apache.ws.commons.tcpmon.core.filter.http.HttpProxyServerHandler
 
processRequestLine(String) - Method in interface org.apache.ws.commons.tcpmon.core.filter.http.HttpRequestHandler
 
processResponseHeaders(Headers) - Method in class org.apache.ws.commons.tcpmon.core.filter.http.AbstractHttpRequestResponseHandler
 
processResponseHeaders(Headers) - Method in class org.apache.ws.commons.tcpmon.core.filter.http.AbstractHttpResponseHandler
 
processResponseHeaders(Headers) - Method in class org.apache.ws.commons.tcpmon.core.filter.http.HostRewriter
 
processResponseHeaders(Headers) - Method in interface org.apache.ws.commons.tcpmon.core.filter.http.HttpResponseHandler
 
processResponseLine(String) - Method in class org.apache.ws.commons.tcpmon.core.filter.http.AbstractHttpRequestResponseHandler
 
processResponseLine(String) - Method in class org.apache.ws.commons.tcpmon.core.filter.http.AbstractHttpResponseHandler
 
processResponseLine(String) - Method in interface org.apache.ws.commons.tcpmon.core.filter.http.HttpResponseHandler
 
projectClosed() - Method in class org.apache.ws.commons.tcpmon.idea.plugin.IdeaPlugin
 
projectOpened() - Method in class org.apache.ws.commons.tcpmon.idea.plugin.IdeaPlugin
 
proxyButton - Variable in class org.apache.ws.commons.tcpmon.eclipse.ui.MainView
 
proxyButton - Variable in class org.apache.ws.commons.tcpmon.swing.AdminPane
Field listenerButton, proxyButton
pump(int) - Method in class org.apache.ws.commons.tcpmon.core.filter.throttle.Throttle
log #of bytes pumped.
pushFilter(StreamFilter) - Method in class org.apache.ws.commons.tcpmon.core.filter.ReadOnlyStream
 
pushFilter(StreamFilter) - Method in interface org.apache.ws.commons.tcpmon.core.filter.Stream
 

R

RawSender - Class in org.apache.ws.commons.tcpmon.core.ui
Sends a raw HTTP request and invokes RequestResponseListener as necessary.
RawSender(AbstractListener, String, int) - Constructor for class org.apache.ws.commons.tcpmon.core.ui.RawSender
 
read(byte[], int, int) - Method in class org.apache.ws.commons.tcpmon.core.filter.ReadOnlyStream
 
read(ByteBuffer) - Method in class org.apache.ws.commons.tcpmon.core.filter.ReadOnlyStream
 
read(byte[], int, int) - Method in interface org.apache.ws.commons.tcpmon.core.filter.Stream
Read data from the stream into a byte array, starting from the current position in the stream.
read(ByteBuffer) - Method in interface org.apache.ws.commons.tcpmon.core.filter.Stream
Read data from the stream into a byte buffer, starting from the current position in the stream.
readAll(OutputStream) - Method in class org.apache.ws.commons.tcpmon.core.filter.ReadOnlyStream
 
readAll(OutputStream) - Method in interface org.apache.ws.commons.tcpmon.core.filter.Stream
Read all currently available data from the stream and copy it to an OutputStream object.
readFrom(InputStream) - Method in class org.apache.ws.commons.tcpmon.core.filter.Pipeline
 
ReadOnlyEntityProcessorWrapper - Class in org.apache.ws.commons.tcpmon.core.filter
Wrapper that makes an EntityProcessor read-only.
ReadOnlyEntityProcessorWrapper(EntityProcessor) - Constructor for class org.apache.ws.commons.tcpmon.core.filter.ReadOnlyEntityProcessorWrapper
 
ReadOnlyFilterWrapper - Class in org.apache.ws.commons.tcpmon.core.filter
Wrapper that makes a filter read-only.
ReadOnlyFilterWrapper(StreamFilter) - Constructor for class org.apache.ws.commons.tcpmon.core.filter.ReadOnlyFilterWrapper
 
ReadOnlyStream - Class in org.apache.ws.commons.tcpmon.core.filter
 
ReadOnlyStream(Stream) - Constructor for class org.apache.ws.commons.tcpmon.core.filter.ReadOnlyStream
 
readUShort(Stream) - Static method in class org.apache.ws.commons.tcpmon.core.filter.StreamUtil
Reads unsigned short in little endian byte order.
Relay - Class in org.apache.ws.commons.tcpmon
A Relay object is used by TcpTunnel and TcpTunnelGui to relay bytes from an InputStream to a OutputStream.
remove(int) - Method in class org.apache.ws.commons.tcpmon.eclipse.ui.TableEnhancer
 
REMOVE - Static variable in class org.apache.ws.commons.tcpmon.swing.Icons
 
remove() - Method in class org.apache.ws.commons.tcpmon.swing.RequestResponse
Method remove
REMOVE_ALL - Static variable in class org.apache.ws.commons.tcpmon.swing.Icons
 
ReplaceFilter - Class in org.apache.ws.commons.tcpmon.core.filter
Filter that replaces content in a stream.
ReplaceFilter(byte[][], byte[][]) - Constructor for class org.apache.ws.commons.tcpmon.core.filter.ReplaceFilter
 
ReplaceFilter(byte[], byte[]) - Constructor for class org.apache.ws.commons.tcpmon.core.filter.ReplaceFilter
 
ReplaceFilter(String, String, String) - Constructor for class org.apache.ws.commons.tcpmon.core.filter.ReplaceFilter
 
REQ_COLUMN - Static variable in class org.apache.ws.commons.tcpmon.eclipse.ui.MainView
 
REQUEST - Static variable in class org.apache.ws.commons.tcpmon.core.engine.UriReplaceContentFilterFactory
 
requestCompleted() - Method in class org.apache.ws.commons.tcpmon.core.filter.http.AbstractHttpRequestHandler
 
requestCompleted() - Method in class org.apache.ws.commons.tcpmon.core.filter.http.AbstractHttpRequestResponseHandler
 
requestCompleted() - Method in interface org.apache.ws.commons.tcpmon.core.filter.http.HttpRequestHandler
 
RequestLineExtractor - Class in org.apache.ws.commons.tcpmon.core.filter
Filter that extracts the first line of a request, up to a given maximum length.
RequestLineExtractor(int) - Constructor for class org.apache.ws.commons.tcpmon.core.filter.RequestLineExtractor
 
RequestResponse - Class in org.apache.ws.commons.tcpmon.eclipse.ui
 
RequestResponse(Listener, String) - Constructor for class org.apache.ws.commons.tcpmon.eclipse.ui.RequestResponse
 
RequestResponse - Class in org.apache.ws.commons.tcpmon.swing
 
RequestResponse(Listener, String) - Constructor for class org.apache.ws.commons.tcpmon.swing.RequestResponse
 
RequestResponseListener - Interface in org.apache.ws.commons.tcpmon.core.engine
Listener receiving information about a given request-response exchange.
resend(AbstractRequestResponse) - Method in class org.apache.ws.commons.tcpmon.core.ui.AbstractListener
 
RESEND - Static variable in class org.apache.ws.commons.tcpmon.swing.Icons
 
RESPONSE - Static variable in class org.apache.ws.commons.tcpmon.core.engine.UriReplaceContentFilterFactory
 
responseCompleted() - Method in class org.apache.ws.commons.tcpmon.core.filter.http.AbstractHttpRequestResponseHandler
 
responseCompleted() - Method in class org.apache.ws.commons.tcpmon.core.filter.http.AbstractHttpResponseHandler
 
responseCompleted() - Method in interface org.apache.ws.commons.tcpmon.core.filter.http.HttpResponseHandler
 
run() - Method in class org.apache.ws.commons.tcpmon.core.engine.Interceptor
Method run
run() - Method in class org.apache.ws.commons.tcpmon.core.ui.RawSender
 
run() - Method in class org.apache.ws.commons.tcpmon.Relay
 

S

SAVE - Static variable in class org.apache.ws.commons.tcpmon.swing.Icons
 
search(Stream, byte[][]) - Static method in class org.apache.ws.commons.tcpmon.core.filter.StreamUtil
Search the stream for occurrences of given patterns.
searchEndOfLine(Stream) - Static method in class org.apache.ws.commons.tcpmon.core.filter.StreamUtil
Search the available data in the stream for the first occurrence of the end of line sequence (\r\n).
selectAll() - Method in class org.apache.ws.commons.tcpmon.eclipse.ui.TableEnhancer
 
set(String, String) - Method in class org.apache.ws.commons.tcpmon.core.filter.http.Headers
 
setContentFilterFactory(ContentFilterFactory) - Method in class org.apache.ws.commons.tcpmon.core.filter.http.HttpFilter
 
setCurrentBytes(int) - Method in class org.apache.ws.commons.tcpmon.core.filter.throttle.Throttle
set the current byte count
setElapsed(long) - Method in class org.apache.ws.commons.tcpmon.core.engine.Dump
 
setElapsed(long) - Method in interface org.apache.ws.commons.tcpmon.core.engine.RequestResponseListener
 
setElapsed(long) - Method in class org.apache.ws.commons.tcpmon.eclipse.ui.RequestResponse
 
setElapsed(long) - Method in class org.apache.ws.commons.tcpmon.swing.RequestResponse
 
setEncoding(String) - Method in class org.apache.ws.commons.tcpmon.Relay
 
setErrorListener(ErrorListener) - Method in class org.apache.ws.commons.tcpmon.core.filter.Pipeline
 
setFocus() - Method in class org.apache.ws.commons.tcpmon.eclipse.ui.MainView
 
setHttpProxyHost(String) - Method in class org.apache.ws.commons.tcpmon.core.engine.InterceptorConfigurationBuilder
 
setHttpProxyPort(int) - Method in class org.apache.ws.commons.tcpmon.core.engine.InterceptorConfigurationBuilder
 
setInterceptorConfiguration(InterceptorConfiguration) - Method in class org.apache.ws.commons.tcpmon.core.ui.Configuration
 
setListenPort(int) - Method in class org.apache.ws.commons.tcpmon.core.engine.InterceptorConfigurationBuilder
 
setOutHost(String) - Method in class org.apache.ws.commons.tcpmon.core.ui.AbstractRequestResponse
 
setOutHost(String) - Method in class org.apache.ws.commons.tcpmon.eclipse.ui.RequestResponse
 
setOutHost(String) - Method in class org.apache.ws.commons.tcpmon.swing.RequestResponse
 
setOutputStream(OutputStream) - Method in class org.apache.ws.commons.tcpmon.core.filter.Tee
 
setProxy(boolean) - Method in class org.apache.ws.commons.tcpmon.core.engine.InterceptorConfigurationBuilder
 
setReplaceURIsInContent(boolean) - Method in class org.apache.ws.commons.tcpmon.core.engine.InterceptorConfigurationBuilder
 
setRequest(String) - Method in class org.apache.ws.commons.tcpmon.core.ui.AbstractRequestResponse
 
setRequest(String) - Method in class org.apache.ws.commons.tcpmon.eclipse.ui.RequestResponse
 
setRequest(String) - Method in class org.apache.ws.commons.tcpmon.swing.RequestResponse
 
setRequestContentFilterFactory(ContentFilterFactory) - Method in class org.apache.ws.commons.tcpmon.core.engine.InterceptorConfigurationBuilder
 
setResponseContentFilterFactory(ContentFilterFactory) - Method in class org.apache.ws.commons.tcpmon.core.engine.InterceptorConfigurationBuilder
 
setSelectionInterval(int, int) - Method in class org.apache.ws.commons.tcpmon.eclipse.ui.TableEnhancer
 
setServerSocketFactory(ServerSocketFactory) - Method in class org.apache.ws.commons.tcpmon.core.engine.InterceptorConfigurationBuilder
 
setSocketFactory(SocketFactory) - Method in class org.apache.ws.commons.tcpmon.core.engine.InterceptorConfigurationBuilder
 
setState(int) - Method in class org.apache.ws.commons.tcpmon.core.engine.Dump
 
setState(int) - Method in interface org.apache.ws.commons.tcpmon.core.engine.RequestResponseListener
 
setState(int) - Method in class org.apache.ws.commons.tcpmon.core.ui.AbstractRequestResponse
 
setState(String) - Method in class org.apache.ws.commons.tcpmon.core.ui.AbstractRequestResponse
 
setState(String) - Method in class org.apache.ws.commons.tcpmon.eclipse.ui.RequestResponse
 
setState(String) - Method in class org.apache.ws.commons.tcpmon.swing.RequestResponse
 
setTarget(String, int) - Method in class org.apache.ws.commons.tcpmon.core.engine.Dump
 
setTarget(String, int) - Method in interface org.apache.ws.commons.tcpmon.core.engine.RequestResponseListener
 
setTarget(String, int) - Method in class org.apache.ws.commons.tcpmon.core.ui.AbstractRequestResponse
 
setTargetHost(String) - Method in class org.apache.ws.commons.tcpmon.core.engine.InterceptorConfigurationBuilder
 
setTargetPort(int) - Method in class org.apache.ws.commons.tcpmon.core.engine.InterceptorConfigurationBuilder
 
setValueAt(String, int, int) - Method in class org.apache.ws.commons.tcpmon.eclipse.ui.TableEnhancer
 
setXmlFormat(boolean) - Method in class org.apache.ws.commons.tcpmon.core.ui.Configuration
 
skip() - Method in class org.apache.ws.commons.tcpmon.core.filter.HeaderParser
Skip the current header.
skip() - Method in class org.apache.ws.commons.tcpmon.core.filter.ReadOnlyStream
 
skip(int) - Method in class org.apache.ws.commons.tcpmon.core.filter.ReadOnlyStream
 
skip() - Method in interface org.apache.ws.commons.tcpmon.core.filter.Stream
Skip the byte at the current position in the stream.
skip(int) - Method in interface org.apache.ws.commons.tcpmon.core.filter.Stream
Skip a given number of bytes in the stream, starting from the current position.
skipAll() - Method in class org.apache.ws.commons.tcpmon.core.filter.ReadOnlyStream
 
skipAll() - Method in interface org.apache.ws.commons.tcpmon.core.filter.Stream
Skip all the bytes currently available in the stream.
start(BundleContext) - Method in class org.apache.ws.commons.tcpmon.eclipse.plugin.TcpmonitorPlugin
This method is called upon plug-in activation
START - Static variable in class org.apache.ws.commons.tcpmon.swing.Icons
 
STATE_ACTIVE - Static variable in interface org.apache.ws.commons.tcpmon.core.engine.RequestResponseListener
 
STATE_COLUMN - Static variable in class org.apache.ws.commons.tcpmon.eclipse.ui.MainView
 
STATE_DONE - Static variable in interface org.apache.ws.commons.tcpmon.core.engine.RequestResponseListener
 
STATE_ERROR - Static variable in interface org.apache.ws.commons.tcpmon.core.engine.RequestResponseListener
 
STATE_REQ - Static variable in interface org.apache.ws.commons.tcpmon.core.engine.RequestResponseListener
 
STATE_RESP - Static variable in interface org.apache.ws.commons.tcpmon.core.engine.RequestResponseListener
 
stop(BundleContext) - Method in class org.apache.ws.commons.tcpmon.eclipse.plugin.TcpmonitorPlugin
This method is called when the plug-in is stopped
Stream - Interface in org.apache.ws.commons.tcpmon.core.filter
Interface used by a filter to access the stream flowing through a pipeline.
StreamException - Exception in org.apache.ws.commons.tcpmon.core.filter
 
StreamException() - Constructor for exception org.apache.ws.commons.tcpmon.core.filter.StreamException
 
StreamException(String, Throwable) - Constructor for exception org.apache.ws.commons.tcpmon.core.filter.StreamException
 
StreamException(String) - Constructor for exception org.apache.ws.commons.tcpmon.core.filter.StreamException
 
StreamException(Throwable) - Constructor for exception org.apache.ws.commons.tcpmon.core.filter.StreamException
 
StreamFilter - Interface in org.apache.ws.commons.tcpmon.core.filter
A filter acting on a stream.
StreamFilterFactory - Interface in org.apache.ws.commons.tcpmon.core.filter
 
StreamUtil - Class in org.apache.ws.commons.tcpmon.core.filter
Class containing utility methods to work with streams.
SWT_LABEL - Static variable in class org.apache.ws.commons.tcpmon.eclipse.ui.MainView
 
SWT_TEXT - Static variable in class org.apache.ws.commons.tcpmon.eclipse.ui.MainView
 

T

TableEnhancer - Class in org.apache.ws.commons.tcpmon.eclipse.ui
A table enhancer class that wraps a table - A 'decorator' :)
TableEnhancer(Table) - Constructor for class org.apache.ws.commons.tcpmon.eclipse.ui.TableEnhancer
 
TCPMon - Class in org.apache.ws.commons.tcpmon.swing
Proxy that sniffs and shows HTTP messages and responses, both SOAP and plain HTTP.
TCPMon(int, String, int, boolean) - Constructor for class org.apache.ws.commons.tcpmon.swing.TCPMon
Constructor
TCPMon(int, String, int) - Constructor for class org.apache.ws.commons.tcpmon.swing.TCPMon
Constructor
TCPMonBundle - Class in org.apache.ws.commons.tcpmon
 
TCPMonBundle() - Constructor for class org.apache.ws.commons.tcpmon.TCPMonBundle
 
TcpmonitorPlugin - Class in org.apache.ws.commons.tcpmon.eclipse.plugin
The main plugin class to be used in the desktop.
TcpmonitorPlugin() - Constructor for class org.apache.ws.commons.tcpmon.eclipse.plugin.TcpmonitorPlugin
The constructor.
TcpTunnel - Class in org.apache.ws.commons.tcpmon
A TcpTunnel object listens on the given port, and once Start is pressed, will forward all bytes to the given host and port.
TcpTunnel() - Constructor for class org.apache.ws.commons.tcpmon.TcpTunnel
 
Tee - Class in org.apache.ws.commons.tcpmon.core.filter
A filter that copies all the data in the stream to a given OutputStream.
Tee() - Constructor for class org.apache.ws.commons.tcpmon.core.filter.Tee
 
Tee(OutputStream) - Constructor for class org.apache.ws.commons.tcpmon.core.filter.Tee
 
TextWidgetWriter - Class in org.apache.ws.commons.tcpmon.eclipse.ui
A simple writer that appends the character data to a Text widget.
TextWidgetWriter(Text) - Constructor for class org.apache.ws.commons.tcpmon.eclipse.ui.TextWidgetWriter
 
Throttle - Class in org.apache.ws.commons.tcpmon.core.filter.throttle
class to simulate slow connections by slowing down the system
Throttle(ThrottleConfiguration) - Constructor for class org.apache.ws.commons.tcpmon.core.filter.throttle.Throttle
Constructor.
ThrottleConfiguration - Class in org.apache.ws.commons.tcpmon.core.filter.throttle
 
ThrottleConfiguration(int, int) - Constructor for class org.apache.ws.commons.tcpmon.core.filter.throttle.ThrottleConfiguration
construct
toString() - Method in class org.apache.ws.commons.tcpmon.core.filter.Tee
 
tport - Variable in class org.apache.ws.commons.tcpmon.eclipse.ui.MainView
 
tport - Variable in class org.apache.ws.commons.tcpmon.swing.AdminPane
Field tport
tportLabel - Variable in class org.apache.ws.commons.tcpmon.swing.AdminPane
Field hostLabel, tportLabel
TransferEncoding - Interface in org.apache.ws.commons.tcpmon.core.filter.http
Represents a particular transfer encoding as specified by the Transfer-Encoding header.

U

UriReplaceContentFilterFactory - Class in org.apache.ws.commons.tcpmon.core.engine
 
UriReplaceContentFilterFactory(HostRewriter, int) - Constructor for class org.apache.ws.commons.tcpmon.core.engine.UriReplaceContentFilterFactory
 

W

write(char[], int, int) - Method in class org.apache.ws.commons.tcpmon.eclipse.ui.TextWidgetWriter
 
write(char[], int, int) - Method in class org.apache.ws.commons.tcpmon.swing.JTextAreaWriter
 
writeTo(Stream) - Method in class org.apache.ws.commons.tcpmon.core.filter.http.Headers
Write the headers to a given stream.

X

XML_FORMAT - Static variable in class org.apache.ws.commons.tcpmon.swing.Icons
 
XmlFormatFilter - Class in org.apache.ws.commons.tcpmon.core.filter
Filter that reformats XML data so that it is properly indented.
XmlFormatFilter(int) - Constructor for class org.apache.ws.commons.tcpmon.core.filter.XmlFormatFilter
 

A B C D E F G H I J L M N O P R S T U W X

Copyright © The Apache Software Foundation. All Rights Reserved.