|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Matcher
This interface defines matcher for Selector
class.
Method Summary | |
---|---|
void |
adjustForInvocation(HTTPConnection connection)
Adjusts connection for nested connection handler to be invoked |
ConnectionHandler |
getConnectionHandler()
Returns stored ConnectionHandler |
boolean |
isStopOnMatch()
Returns true if no other ConnectionHandler should be processed after this one |
boolean |
matches(HTTPConnection connection)
Returns true if uri from connection is matched |
Method Detail |
---|
ConnectionHandler getConnectionHandler()
ConnectionHandler
ConnectionHandler
boolean isStopOnMatch()
true
if no other ConnectionHandler
should be processed after this one
true
if no other ConnectionHandler
should be processed after this oneboolean matches(HTTPConnection connection)
true
if uri from connection is matched
connection
- http connection
true
if uri from connection is matchedvoid adjustForInvocation(HTTPConnection connection)
connection
- connection to be a used
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |