Serialized Form
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
Package com.sun.grizzly.cometd.servlet |
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 |
Package com.sun.grizzly.http |
Package com.sun.grizzly.messagesbus |
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 |
serialVersionUID: -2919167206889576860L
contextPath
String contextPath
contextPath
String contextPath
- The Comet enabled context-path
counter
int counter
- Simple counter
serialVersionUID: 1L
counter
AtomicInteger counter
contextPath
String contextPath
serialVersionUID: 1L
counter
AtomicInteger counter
contextPath
String contextPath
Package com.sun.grizzly.samples.comet.iframechat |
contextPath
String contextPath
Package com.sun.grizzly.samples.messagesbus |
Package com.sun.grizzly.tcp.http11 |
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 |
buff
byte[] buff
start
int start
end
int end
enc
String enc
isSet
boolean isSet
limit
int limit
isOutput
boolean isOutput
optimizedWrite
boolean optimizedWrite
buff
char[] buff
start
int start
end
int end
isSet
boolean isSet
isOutput
boolean isOutput
limit
int limit
optimizedWrite
boolean optimizedWrite
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
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 |
df
DateFormat df
lastSec
long lastSec
sb
StringBuffer sb
fp
FieldPosition fp
locked
boolean locked
- The current lock state of this parameter map.
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 |
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 © 2011 SUN Microsystems. All Rights Reserved.