|
|||||||||
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(java.net.Socket socket,
HTTPHeader header,
Connection con)
test if a socket/header combination is valid or return a new HTTPHeader. |
HTTPHeader |
doHTTPOutFiltering(java.net.Socket socket,
HTTPHeader header,
Connection con)
test if a socket/header combination is valid or return a new HTTPHeader. |
void |
setup(Logger logger,
SProperties properties)
Setup this filter. |
Method Detail |
---|
HTTPHeader doHTTPInFiltering(java.net.Socket 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.net.Socket 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(Logger logger, SProperties properties)
logger
- the Logger to output errors/warnings on.properties
- the SProperties to get the settings from.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |