|
||||||||||
| 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 |
doHttpInFiltering(SocketChannel socket,
HttpHeader header,
Connection con)
test if a socket/header combination is valid or return a new HttpHeader. |
HttpHeader |
doHttpOutFiltering(SocketChannel socket,
HttpHeader header,
Connection con)
test if a socket/header combination is valid or return a new HttpHeader. |
void |
setup(SProperties properties)
Setup this filter. |
| Method Detail |
|---|
HttpHeader doHttpInFiltering(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(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)
properties - the SProperties to get the settings from.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||