Serialized Form


Package com.sun.grizzly

Class com.sun.grizzly.DefaultPipeline extends LinkedList<Callable> implements Serializable

Serialized Fields

waitingThreads

int waitingThreads
The number of thread waiting for a Task


maxThreads

int maxThreads
The maximum number of Thread


minThreads

int minThreads
The minimum numbers of WorkerThreadImpl


minSpareThreads

int minSpareThreads
The minimum numbers of spare WorkerThreadImpl


port

int port
The port used.


threadCount

int threadCount
The number of WorkerThreadImpl


name

String name
The name of this Pipeline


priority

int priority
The Thread Priority


isStarted

boolean isStarted
Has the pipeline already started


maxQueueSizeInBytes

int maxQueueSizeInBytes
Maximum pending connection before refusing requests.


threadsIncrement

int threadsIncrement
The increment number used when adding new thread.


initialByteBufferSize

int initialByteBufferSize
The initial ByteBuffer size for newly created WorkerThread instances


byteBufferType

ByteBufferFactory.ByteBufferType byteBufferType
The ByteBufferType

Class com.sun.grizzly.PipelineFullException extends Exception implements Serializable


Package com.sun.grizzly.cometd.servlet

Class com.sun.grizzly.cometd.servlet.CometdServlet extends HttpServlet implements Serializable

Serialized Fields

contextPath

String contextPath
All request to that context-path will be considered as cometd enabled.


bayeuxCometHandler

BayeuxCometHandler bayeuxCometHandler
The Bayeux CometHandler implementation.


eventRouter

EventRouter eventRouter
The EventRouter used to route JSON message.


initialized

boolean initialized
Is the BayeuxCometHandler initialized and added to the Grizzly CometEngine.


Package com.sun.grizzly.grizzlet

Class com.sun.grizzly.grizzlet.AlreadyPausedException extends IOException implements Serializable

Class com.sun.grizzly.grizzlet.NotYetPausedException extends IOException implements Serializable


Package com.sun.grizzly.http

Class com.sun.grizzly.http.LinkedListPipeline extends DefaultPipeline implements Serializable


Package com.sun.grizzly.messagesbus

Class com.sun.grizzly.messagesbus.MessagesBus extends HttpServlet implements Serializable

Serialized Fields

expirationDelay

long expirationDelay

notificationHandler

NotificationHandler notificationHandler
The specified NotificationHandler. When not specified,


suspendOnTheFly

boolean suspendOnTheFly
true if a connection can be automatically suspended when the request only contains the GCP message publish Default is true


Package com.sun.grizzly.samples.comet

Class com.sun.grizzly.samples.comet.AjaxCometServlet extends HttpServlet implements Serializable

serialVersionUID: -2919167206889576860L

Serialized Fields

contextPath

String contextPath

Class com.sun.grizzly.samples.comet.CometServlet extends HttpServlet implements Serializable

Serialized Fields

contextPath

String contextPath
The Comet enabled context-path


counter

int counter
Simple counter

Class com.sun.grizzly.samples.comet.HiddenCometServlet extends HttpServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

counter

AtomicInteger counter

contextPath

String contextPath

Class com.sun.grizzly.samples.comet.LongPollingServlet extends HttpServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

counter

AtomicInteger counter

contextPath

String contextPath

Package com.sun.grizzly.samples.comet.iframechat

Class com.sun.grizzly.samples.comet.iframechat.CometServlet extends HttpServlet implements Serializable

Serialized Fields

contextPath

String contextPath

Package com.sun.grizzly.samples.messagesbus

Class com.sun.grizzly.samples.messagesbus.JMakiMessagesBus extends MessagesBus implements Serializable


Package com.sun.grizzly.tcp.http11

Class com.sun.grizzly.tcp.http11.ClientAbortException extends IOException implements Serializable

Serialized Fields

message

String message
The error message passed to our constructor (if any)


throwable

Throwable throwable
The underlying exception or error passed to our constructor (if any)


Package com.sun.grizzly.util.buf

Class com.sun.grizzly.util.buf.ByteChunk extends Object implements Serializable

Serialized Fields

buff

byte[] buff

start

int start

end

int end

enc

String enc

isSet

boolean isSet

limit

int limit

isOutput

boolean isOutput

optimizedWrite

boolean optimizedWrite

Class com.sun.grizzly.util.buf.CharChunk extends Object implements Serializable

Serialized Fields

buff

char[] buff

start

int start

end

int end

isSet

boolean isSet

isOutput

boolean isOutput

limit

int limit

optimizedWrite

boolean optimizedWrite

Class com.sun.grizzly.util.buf.MessageBytes extends Object implements Serializable

Serialized Fields

type

int type

hashCode

int hashCode

hasHashCode

boolean hasHashCode

caseSensitive

boolean caseSensitive

byteC

ByteChunk byteC

charC

CharChunk charC

strValue

String strValue

hasStrValue

boolean hasStrValue

intValue

int intValue

hasIntValue

boolean hasIntValue

longValue

long longValue

hasLongValue

boolean hasLongValue

dateValue

Date dateValue

hasDateValue

boolean hasDateValue

Class com.sun.grizzly.util.buf.TimeStamp extends Object implements Serializable

Serialized Fields

creationTime

long creationTime

lastAccessedTime

long lastAccessedTime

thisAccessedTime

long thisAccessedTime

isNew

boolean isNew

maxInactiveInterval

long maxInactiveInterval

isValid

boolean isValid

name

MessageBytes name

id

int id

parent

Object parent

Package com.sun.grizzly.util.http

Class com.sun.grizzly.util.http.FastDateFormat extends DateFormat implements Serializable

Serialized Fields

df

DateFormat df

lastSec

long lastSec

sb

StringBuffer sb

fp

FieldPosition fp

Class com.sun.grizzly.util.http.ParameterMap extends LinkedHashMap implements Serializable

Serialized Fields

locked

boolean locked
The current lock state of this parameter map.

Class com.sun.grizzly.util.http.ServerCookie extends Object implements Serializable

Serialized Fields

name

MessageBytes name

value

MessageBytes value

comment

MessageBytes comment

domain

MessageBytes domain

maxAge

int maxAge

path

MessageBytes path

secure

boolean secure

version

int version

Package com.sun.grizzly.util.net

Class com.sun.grizzly.util.net.URL extends Object implements Serializable

Serialized Fields

authority

String authority
The authority part of the URL.


file

String file
The filename part of the URL.


host

String host
The host name part of the URL.


path

String path
The path part of the URL.


port

int port
The port number part of the URL.


protocol

String protocol
The protocol name part of the URL.


query

String query
The query part of the URL.


ref

String ref
The reference part of the URL.


userInfo

String userInfo
The user info part of the URL.



Copyright © 2008 SUN Microsystems. All Rights Reserved.