|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HttpFilter
A filter for http headers.
| Method Summary | |
|---|---|
HttpHeader |
doConnectFiltering(java.nio.channels.SocketChannel socket,
HttpHeader header,
Connection con)
Test if a socket/header combination is valid or return a new HttpHeader. |
HttpHeader |
doHttpInFiltering(java.nio.channels.SocketChannel socket,
HttpHeader header,
Connection con)
Test if a socket/header combination is valid or return a new HttpHeader. |
HttpHeader |
doHttpOutFiltering(java.nio.channels.SocketChannel socket,
HttpHeader header,
Connection con)
Test if a socket/header combination is valid or return a new HttpHeader. |
void |
setup(SProperties properties,
HttpProxy proxy)
Setup this filter. |
| Method Detail |
|---|
HttpHeader doHttpInFiltering(java.nio.channels.SocketChannel socket,
HttpHeader header,
Connection con)
socket - the Socket that made the request.header - the actual request made.con - the Connection handling the request.
HttpHeader doHttpOutFiltering(java.nio.channels.SocketChannel socket,
HttpHeader header,
Connection con)
socket - the Socket that made the request.header - the actual request made.con - the Connection handling the request.
HttpHeader doConnectFiltering(java.nio.channels.SocketChannel socket,
HttpHeader header,
Connection con)
socket - the Socket that made the request.header - the actual request made.con - the Connection handling the request.
void setup(SProperties properties,
HttpProxy proxy)
properties - the SProperties to get the settings from.proxy - the HttpProxy that is using this filter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||