|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.grizzly.http.HttpPacket
public abstract class HttpPacket
Abstraction, which represents any type of HTTP message: HttpRequestPacket,
HttpResponsePacket, HttpContent.
HttpRequestPacket,
HttpResponsePacket,
HttpContent| Constructor Summary | |
|---|---|
HttpPacket()
|
|
| Method Summary | |
|---|---|
abstract boolean |
isHeader()
Returns true, if this HTTP message represents HTTP message header, or false otherwise. |
static boolean |
isHttp(java.lang.Object packet)
Returns true if passed Object is a HttpPacket. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.glassfish.grizzly.Cacheable |
|---|
recycle |
| Constructor Detail |
|---|
public HttpPacket()
| Method Detail |
|---|
public static boolean isHttp(java.lang.Object packet)
Object is a HttpPacket.
packet -
Object is a HttpPacket.public abstract boolean isHeader()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||