Package | Description |
---|---|
net.grinder.plugin.http.tcpproxyfilter |
TCPProxy filters for the HTTP plug in.
|
net.grinder.tools.tcpproxy |
TCPProxy implementation.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
HTTPResponseFilter.handle(ConnectionDetails connectionDetails,
byte[] buffer,
int bytesRead)
Handle a message fragment from the stream.
|
Modifier and Type | Method and Description |
---|---|
void |
TCPProxyFilter.connectionClosed(ConnectionDetails connectionDetails)
A connection has been closed.
|
void |
CompositeFilter.connectionClosed(ConnectionDetails connectionDetails)
A connection has been closed.
|
void |
TCPProxyFilter.connectionOpened(ConnectionDetails connectionDetails)
A new connection has been opened.
|
void |
CompositeFilter.connectionOpened(ConnectionDetails connectionDetails)
A new connection has been opened.
|
byte[] |
TCPProxyFilter.handle(ConnectionDetails connectionDetails,
byte[] buffer,
int bytesRead)
Handle a message fragment from the stream.
|
byte[] |
EchoFilter.handle(ConnectionDetails connectionDetails,
byte[] buffer,
int bytesRead)
Handle a message fragment from the stream.
|
byte[] |
CompositeFilter.handle(ConnectionDetails connectionDetails,
byte[] originalBuffer,
int bytesRead)
Handle a message fragment from the stream.
|
Copyright © 2000-2014. All Rights Reserved.