|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.grizzly.filter.EchoFilter
public class EchoFilter
Simple echo filter
| Field Summary |
|---|
| Fields inherited from interface com.sun.grizzly.ProtocolFilter |
|---|
SUCCESSFUL_READ |
| Constructor Summary | |
|---|---|
EchoFilter()
|
|
| Method Summary | |
|---|---|
boolean |
execute(Context ctx)
Execute a unit of processing work to be performed. |
boolean |
postExecute(Context ctx)
Execute any cleanup activities, such as releasing resources that were acquired during the execute() method of this ProtocolFilter instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EchoFilter()
| Method Detail |
|---|
public boolean execute(Context ctx)
throws java.io.IOException
ProtocolFilter
execute in interface ProtocolFilterctx - Context
java.io.IOException
public boolean postExecute(Context ctx)
throws java.io.IOException
ProtocolFilter
postExecute in interface ProtocolFilterctx - Context
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||