|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.w3c.www.protocol.http.RequestEvent
org.w3c.www.protocol.http.ConnectedEvent
public class ConnectedEvent
| Field Summary | |
|---|---|
java.io.OutputStream |
output
The HTTP CONTINUE packet. |
| Fields inherited from class org.w3c.www.protocol.http.RequestEvent |
|---|
code, EVT_CLOSED, EVT_CONNECTED, EVT_CONTINUE, EVT_EMITED, EVT_QUEUED, EVT_REPLIED, EVT_UNREACHABLE, request, server |
| Constructor Summary | |
|---|---|
ConnectedEvent(HttpServer s,
Request req,
java.io.OutputStream output)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.io.OutputStream output
CONTINUE packet.
| Constructor Detail |
|---|
public ConnectedEvent(HttpServer s,
Request req,
java.io.OutputStream output)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||