|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GrizzlyListener
Basic interface to be implemented by classes that support Adapter
and can act like web server like SelectorThread
.
Method Summary | |
---|---|
Adapter |
getAdapter()
Return the Adapter supported. |
void |
listen()
Start listening for request. |
String |
protocol()
The protocol supported by this listener. |
void |
setAdapter(Adapter adapter)
Set the Adapter supported by this GrizzlyListener |
Method Detail |
---|
String protocol()
void listen() throws IOException, InstantiationException
IOException
InstantiationException
void setAdapter(Adapter adapter)
Adapter
supported by this GrizzlyListener
Adapter getAdapter()
Adapter
supported.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |