|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NHttpServerIOTarget
Extended version of the NHttpServerConnection
used by IOEventDispatch
implementations to inform server-side connection objects of I/O events.
Field Summary |
---|
Fields inherited from interface org.apache.http.nio.NHttpConnection |
---|
ACTIVE, CLOSED, CLOSING |
Method Summary | |
---|---|
void |
consumeInput(NHttpServiceHandler handler)
|
void |
produceOutput(NHttpServiceHandler handler)
|
Methods inherited from interface org.apache.http.nio.NHttpServerConnection |
---|
isResponseSubmitted, resetInput, resetOutput, submitResponse |
Methods inherited from interface org.apache.http.nio.NHttpConnection |
---|
getContext, getHttpRequest, getHttpResponse, getStatus |
Methods inherited from interface org.apache.http.HttpConnection |
---|
close, getMetrics, getSocketTimeout, isOpen, isStale, setSocketTimeout, shutdown |
Methods inherited from interface org.apache.http.nio.IOControl |
---|
requestInput, requestOutput, shutdown, suspendInput, suspendOutput |
Method Detail |
---|
void consumeInput(NHttpServiceHandler handler)
void produceOutput(NHttpServiceHandler handler)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |