A B C D E F G H I L M N O P R S T U V W

A

add(ByteBuffer) - Method in class com.sun.grizzly.filter.RemoteInputStream
Adds a ByteBuffer to the stream
add(List<ByteBuffer>) - Method in class com.sun.grizzly.filter.RemoteInputStream
Adds a List of ByteBuffers to the Stream
addByteBuffer(ByteBuffer) - Method in class com.sun.grizzly.filter.FragmentMessage
 
addProtocolFilter(ProtocolFilter, boolean) - Method in class com.sun.grizzly.filter.CustomProtocolClient
Users can add addtional ProtocolFilters to the Reading Chain.
addProtocolFilter(ProtocolFilter) - Method in class com.sun.grizzly.filter.CustomProtocolClient
Adds a Filter before the CustomProtocol Filters will execute.
APPLICATION_LAYER_ERROR_BIT - Static variable in interface com.sun.grizzly.filter.Message
 
available() - Method in class com.sun.grizzly.filter.RemoteInputStream
 

B

buf - Variable in class com.sun.grizzly.filter.ProtocolOutputStream
 
byteBuffer - Variable in class com.sun.grizzly.filter.CustomProtocolParser
 
byteBufferHasEnoughSpace(int, ByteBuffer) - Static method in class com.sun.grizzly.filter.CustomProtocolHelper
 
bytesArrivedListener - Variable in class com.sun.grizzly.filter.CustomProtocolParser
 
BytesTrafficListener - Interface in com.sun.grizzly.filter
This could be used by Progressbars to show an indication that bytes go over the wire

C

callRemote() - Method in interface com.sun.grizzly.filter.Client
If callers want to make a method call to an server.
callRemote() - Method in class com.sun.grizzly.filter.CustomProtocolClient
Sends data to server.
checkMagic(ByteBuffer, int) - Static method in class com.sun.grizzly.filter.MessageBase
Checks if the current byteBuffer has a message starting with the correct <@link Message#Magic>
Client - Interface in com.sun.grizzly.filter
Client API for communicating with aServer.
close() - Method in class com.sun.grizzly.filter.ProtocolOutputStream
 
close() - Method in class com.sun.grizzly.filter.RemoteInputStream
Adds EOF to end of Stream.
ClosedMessage - Class in com.sun.grizzly.filter
 
ClosedMessage() - Constructor for class com.sun.grizzly.filter.ClosedMessage
 
com.sun.grizzly.filter - package com.sun.grizzly.filter
 
com.sun.grizzly.standalone.framework - package com.sun.grizzly.standalone.framework
 
connect(InetSocketAddress) - Method in interface com.sun.grizzly.filter.Client
Used to build up a connection to a server.
connect(InetSocketAddress, InetSocketAddress, String, String, String) - Method in interface com.sun.grizzly.filter.Client
Used to build up a connection to a server over an proxy.
connect(InetSocketAddress) - Method in class com.sun.grizzly.filter.CustomProtocolClient
Connects to an Server.
connect(InetSocketAddress, InetSocketAddress, String, String, String) - Method in class com.sun.grizzly.filter.CustomProtocolClient
 
convertToMessage() - Method in exception com.sun.grizzly.filter.MessageParseException
 
createParserProtocolFilter(BytesTrafficListener, ReplyMessageFactory, SSLConfig) - Static method in class com.sun.grizzly.filter.CustomProtocolParser
Since CustomProtocolParser is a statefull createParserProtocolFilter this indicates proper initilization.
createReplyMessage(Integer) - Method in class com.sun.grizzly.filter.ReplyMessageFactory
 
CurrentVersion - Static variable in interface com.sun.grizzly.filter.Message
 
CustomProtocolClient - Class in com.sun.grizzly.filter
Out of the box TCP/TLS Client for using CustomProtocol Comunictaion Layer.
CustomProtocolClient() - Constructor for class com.sun.grizzly.filter.CustomProtocolClient
 
CustomProtocolClient(SSLConfig) - Constructor for class com.sun.grizzly.filter.CustomProtocolClient
Configures Client to use TLS
CustomProtocolHelper - Class in com.sun.grizzly.filter
Varoius small ByteBuffer helpers for logging and ByteBuffer handling.
CustomProtocolHelper() - Constructor for class com.sun.grizzly.filter.CustomProtocolHelper
 
CustomProtocolParser - Class in com.sun.grizzly.filter
Filter for parsing Messages of the CustomProtocol.
CustomProtocolParser() - Constructor for class com.sun.grizzly.filter.CustomProtocolParser
 
CustomProtocolParser(SSLConfig) - Constructor for class com.sun.grizzly.filter.CustomProtocolParser
 
CustomProtocolServer - Class in com.sun.grizzly.filter
Out of the box TCP (TLS optional) Server for using CustomProtocol Comunictaion Layer.
CustomProtocolServer(int) - Constructor for class com.sun.grizzly.filter.CustomProtocolServer
 
CustomProtocolServer(int, SSLConfig) - Constructor for class com.sun.grizzly.filter.CustomProtocolServer
 

D

debug - Variable in class com.sun.grizzly.filter.CustomProtocolParser
 

E

Example_1_Client - Class in com.sun.grizzly.standalone.framework
An example of How-To write a "Custom Protocol" with Grizzly.
Example_1_Client(String, CountDownLatch) - Constructor for class com.sun.grizzly.standalone.framework.Example_1_Client
 
Example_1_Client(String, CountDownLatch, SSLConfig) - Constructor for class com.sun.grizzly.standalone.framework.Example_1_Client
 
Example_1_Server - Class in com.sun.grizzly.standalone.framework
An example of How-To write a "Custom Protocol" with Grizzly.
Example_1_Server() - Constructor for class com.sun.grizzly.standalone.framework.Example_1_Server
 
Example_1_Server(SSLConfig) - Constructor for class com.sun.grizzly.standalone.framework.Example_1_Server
 
Example_1_Server.Call - Enum in com.sun.grizzly.standalone.framework
 
execute(Context) - Method in class com.sun.grizzly.filter.MessageDispatcher
 
expectingMoreData - Variable in class com.sun.grizzly.filter.CustomProtocolParser
 

F

flags - Variable in class com.sun.grizzly.filter.MessageBase
 
flush() - Method in class com.sun.grizzly.filter.ProtocolOutputStream
 
FragmentMessage - Class in com.sun.grizzly.filter
Since the Custom Protocol is a fixed sized Protocol when the size of an Message is larger than Message.MessageMaxLength 8192 an Message gets split into Fragments.
FragmentMessage() - Constructor for class com.sun.grizzly.filter.FragmentMessage
 
fromSelectionKey(SelectionKey) - Static method in class com.sun.grizzly.filter.SSLPreProcessor
 

G

getByteBufferList() - Method in class com.sun.grizzly.filter.FragmentMessage
 
getErrorCode() - Method in class com.sun.grizzly.filter.MessageError
 
getHandshakeException() - Method in class com.sun.grizzly.filter.ProxyCallbackHandler
 
getInputStream() - Method in class com.sun.grizzly.filter.InputStreamMessage
 
getInputStream() - Method in class com.sun.grizzly.filter.RemoteCall
 
getInternalByteBuffer() - Method in class com.sun.grizzly.filter.SSLPreProcessor
 
getMessage() - Method in class com.sun.grizzly.filter.MessageError
 
getMessageSize() - Method in class com.sun.grizzly.filter.MessageBase
 
getMessageType() - Method in interface com.sun.grizzly.filter.Message
 
getMessageType() - Method in class com.sun.grizzly.filter.MessageBase
 
getNeededBytesSize() - Method in class com.sun.grizzly.filter.MessageBase
 
getNextMessage() - Method in class com.sun.grizzly.filter.CustomProtocolParser
When getNextMessage() is called parser first has to check if anouther incomplete MessageBase is in the current ByteBuffer.
getOutputStream() - Method in interface com.sun.grizzly.filter.Client
 
getOutputStream() - Method in class com.sun.grizzly.filter.CustomProtocolClient
 
getOutputStream(SelectionKey) - Method in class com.sun.grizzly.filter.CustomProtocolServer
Can be used to write to a specific connection.
getOutputStream(Context) - Method in class com.sun.grizzly.filter.CustomProtocolServer
 
getOutputStream() - Method in class com.sun.grizzly.filter.RemoteCall
 
getOutputStream(Context) - Method in interface com.sun.grizzly.filter.Server
If a server wants to write to a specific connection.
getOutputStream(SelectionKey) - Method in interface com.sun.grizzly.filter.Server
If a server wants to write to a specific connection.
getProxyAuth() - Method in class com.sun.grizzly.filter.ProxyCallbackHandler
 
getReplyMessage(Integer) - Method in class com.sun.grizzly.filter.ReplyMessageFactory
 
getRequestId() - Method in interface com.sun.grizzly.filter.Message
 
getRequestId() - Method in class com.sun.grizzly.filter.MessageBase
 
getRequestId() - Method in class com.sun.grizzly.filter.ProtocolOutputStream
 
getSessionId() - Method in class com.sun.grizzly.filter.MessageBase
 
getTimeStamp() - Method in class com.sun.grizzly.filter.RemoteInputStream
 
getUniqueMessageId() - Method in class com.sun.grizzly.filter.MessageBase
 
giveGrizzlyNewByteBuffer() - Static method in class com.sun.grizzly.filter.CustomProtocolHelper
Gives current Thread a completely new Bytebuffer of @see Message.MessageMaxLength
giveGrizzlyNewByteBuffer(ByteBuffer) - Static method in class com.sun.grizzly.filter.CustomProtocolHelper
Gives current Thread a completely new Bytebuffer of @see Message.MessageMaxLength with the given byteBuffer copied into it.
GZIP_BIT - Static variable in interface com.sun.grizzly.filter.Message
 

H

handle(IOException) - Method in interface com.sun.grizzly.filter.IOExceptionHandler
 
hasMoreBytesToParse - Variable in class com.sun.grizzly.filter.CustomProtocolParser
 
hasMoreBytesToParse() - Method in class com.sun.grizzly.filter.CustomProtocolParser
Are there more bytes to be parsed in the current ByteBuffer
hasNextMessage() - Method in class com.sun.grizzly.filter.CustomProtocolParser
Indicates whether the buffer has a complete message that can be returned from getNextMessage

Basic algorithm :

1.

HeaderLength - Static variable in interface com.sun.grizzly.filter.Message
 

I

init() - Method in class com.sun.grizzly.standalone.framework.Example_1_Server
 
InputStreamMessage - Class in com.sun.grizzly.filter
Gives an Message an RemoteInputStream so that clients can retrieve the Message Payload by getting this Message InputStream.
InputStreamMessage() - Constructor for class com.sun.grizzly.filter.InputStreamMessage
 
IOExceptionHandler - Interface in com.sun.grizzly.filter
 
isApplicationLayerException() - Method in class com.sun.grizzly.filter.MessageBase
 
isApplicationLayerException() - Method in class com.sun.grizzly.filter.RemoteInputStream
 
isClean() - Method in class com.sun.grizzly.filter.MessageBase
 
isError() - Method in class com.sun.grizzly.filter.MessageBase
 
isErrorHappendHere() - Method in class com.sun.grizzly.filter.MessageError
 
isExpectingMoreData() - Method in class com.sun.grizzly.filter.CustomProtocolParser
Does message need more bytes to be read in?
isGzip() - Method in class com.sun.grizzly.filter.CustomProtocolClient
If bytes send to server are gzipped
isGzip() - Method in class com.sun.grizzly.filter.MessageBase
 
isPrintable(char) - Static method in class com.sun.grizzly.filter.CustomProtocolHelper
 

L

log(String) - Static method in class com.sun.grizzly.filter.CustomProtocolHelper
 
logFine(String, Throwable) - Static method in class com.sun.grizzly.filter.CustomProtocolHelper
 
logger() - Static method in class com.sun.grizzly.filter.CustomProtocolHelper
Return the current Logger used Customprotocol.
logger - Static variable in class com.sun.grizzly.standalone.framework.Example_1_Client
 
logger - Static variable in class com.sun.grizzly.standalone.framework.Example_1_Server
 
logger - Static variable in class com.sun.grizzly.standalone.framework.Main
 
logger - Static variable in class com.sun.grizzly.standalone.framework.MainSSL
 

M

Magic - Static variable in interface com.sun.grizzly.filter.Message
 
MagicByteLength - Static variable in interface com.sun.grizzly.filter.Message
 
main(String[]) - Static method in class com.sun.grizzly.standalone.framework.Example_1_Client
 
main(String[]) - Static method in class com.sun.grizzly.standalone.framework.Example_1_Server
 
Main - Class in com.sun.grizzly.standalone.framework
Simple TCP client server communication.
Main() - Constructor for class com.sun.grizzly.standalone.framework.Main
 
main(String[]) - Static method in class com.sun.grizzly.standalone.framework.Main
 
main(String[]) - Static method in class com.sun.grizzly.standalone.framework.MainSSL
 
MainSSL - Class in com.sun.grizzly.standalone.framework
Simple SSL client server communication.
MainSSL() - Constructor for class com.sun.grizzly.standalone.framework.MainSSL
 
Message - Interface in com.sun.grizzly.filter
Various Contstants defining the Custom protocol.
Message.ErrorCode - Enum in com.sun.grizzly.filter
 
Message_Error - Static variable in interface com.sun.grizzly.filter.Message
 
Message_Fragment - Static variable in interface com.sun.grizzly.filter.Message
 
Message_Reply - Static variable in interface com.sun.grizzly.filter.Message
 
Message_Request - Static variable in interface com.sun.grizzly.filter.Message
 
MessageBase - Class in com.sun.grizzly.filter
Note idea taken from com.sun.corba.se.impl.protocol.giopmsgheaders.MessageBase Knows how to construct various CustomProtocol Messages out of an ByteBuffer.
MessageBase() - Constructor for class com.sun.grizzly.filter.MessageBase
 
MessageDispatcher - Class in com.sun.grizzly.filter
Filter which dispatches parsed fully constructed Messages.
MessageDispatcher() - Constructor for class com.sun.grizzly.filter.MessageDispatcher
 
MessageError - Class in com.sun.grizzly.filter
Used to signal Errors which happen in the Protocol Layer.
MessageError() - Constructor for class com.sun.grizzly.filter.MessageError
 
MessageError(String, Message.ErrorCode) - Constructor for class com.sun.grizzly.filter.MessageError
 
MessageMaxLength - Static variable in interface com.sun.grizzly.filter.Message
 
MessageParseException - Exception in com.sun.grizzly.filter
If something went wrong during parsing like a Bad Magic or bad Message Format usually a <@link MessageParseException> is thrown.
MessageParseException(String, Message.ErrorCode) - Constructor for exception com.sun.grizzly.filter.MessageParseException
 
messageType - Variable in class com.sun.grizzly.filter.MessageBase
 
MORE_FRAGMENTS_BIT - Static variable in interface com.sun.grizzly.filter.Message
 
moreFragmentsToFollow() - Method in interface com.sun.grizzly.filter.Message
 
moreFragmentsToFollow() - Method in class com.sun.grizzly.filter.MessageBase
Signals that more Messages will follow all belonging to the first Message with all the same uniqueId.
msg - Variable in class com.sun.grizzly.filter.CustomProtocolParser
 

N

needMoreDataMessageMapKey - Static variable in class com.sun.grizzly.filter.MessageDispatcher
 
nextMsgStartPos - Variable in class com.sun.grizzly.filter.CustomProtocolParser
 

O

onConnect(IOEvent<Context>) - Method in class com.sun.grizzly.filter.ProxyCallbackHandler
 
onException(String, Exception) - Method in class com.sun.grizzly.filter.ProxyCallbackHandler
 
onMessageError(String) - Method in interface com.sun.grizzly.filter.Client
Gets called if some protocol sepecific error happens.
onMessageError(String) - Method in class com.sun.grizzly.filter.CustomProtocolClient
 
onMessageError(MessageError, Context) - Method in class com.sun.grizzly.filter.MessageDispatcher
 
onRead(IOEvent<Context>) - Method in class com.sun.grizzly.filter.ProxyCallbackHandler
 
onRequestMessage(RequestMessage, Context) - Method in class com.sun.grizzly.filter.MessageDispatcher
Pluginpoint to handle an Message received from some Endpoint
onWrite(IOEvent<Context>) - Method in class com.sun.grizzly.filter.ProxyCallbackHandler
 

P

parseHeader(ByteBuffer, int, ReplyMessageFactory) - Static method in class com.sun.grizzly.filter.MessageBase
Parses the Header of the Custom Protocol.
PORT - Static variable in class com.sun.grizzly.standalone.framework.Example_1_Server
 
postExecute(Context) - Method in class com.sun.grizzly.filter.MessageDispatcher
 
printBuffer(String, ByteBuffer) - Static method in class com.sun.grizzly.filter.CustomProtocolHelper
Print the contents of the buffer out to the PrintStream in hex and ASCII.
process(ByteBuffer) - Method in class com.sun.grizzly.filter.SSLPreProcessor
 
ProtocolOutputStream - Class in com.sun.grizzly.filter
A Stream which wraps bytes into an Custom Protocol.
ProtocolOutputStream(byte, Integer, Integer, boolean) - Constructor for class com.sun.grizzly.filter.ProtocolOutputStream
 
ProtocolOutputStream(byte, boolean) - Constructor for class com.sun.grizzly.filter.ProtocolOutputStream
 
ProxyCallbackHandler - Class in com.sun.grizzly.filter
 
ProxyCallbackHandler(boolean, CallbackHandler<Context>, ConnectorHandler, CountDownLatch, String, int, String, String, String) - Constructor for class com.sun.grizzly.filter.ProxyCallbackHandler
 

R

read() - Method in class com.sun.grizzly.filter.RemoteInputStream
If no bytes are available blocks until RemoteInputStream.close() is called.
read(byte[], int, int) - Method in class com.sun.grizzly.filter.RemoteInputStream
If no bytes are available blocks until RemoteInputStream.close() is called
releaseBuffer() - Method in class com.sun.grizzly.filter.CustomProtocolParser
if this parser is expecting more bytes to be read then the current bytebuffer will not be released.
RemoteCall - Class in com.sun.grizzly.filter
 
RemoteInputStream - Class in com.sun.grizzly.filter
Stream that blocks on empty RemoteInputStream.read() until RemoteInputStream.close() is called.
RemoteInputStream() - Constructor for class com.sun.grizzly.filter.RemoteInputStream
 
ReplyMessage - Class in com.sun.grizzly.filter
Used to Reply to a RequestMessage A Endpoint which sends an Request to an opposite Endpoint waits on an InpuStream which gets filled with the payload of this InputStream
ReplyMessage() - Constructor for class com.sun.grizzly.filter.ReplyMessage
 
replyMessageFactory - Variable in class com.sun.grizzly.filter.CustomProtocolParser
 
ReplyMessageFactory - Class in com.sun.grizzly.filter
When a client expects an reply it calls ReplyMessageFactory.createReplyMessage(java.lang.Integer) and gets a ReplyMessage on which sometime in the future an reply will arrive.
ReplyMessageFactory() - Constructor for class com.sun.grizzly.filter.ReplyMessageFactory
 
requestId - Variable in class com.sun.grizzly.filter.MessageBase
 
RequestMessage - Class in com.sun.grizzly.filter
Used to send an Request to an Endpoint.
RequestMessage() - Constructor for class com.sun.grizzly.filter.RequestMessage
 

S

Server - Interface in com.sun.grizzly.filter
Server API for communicating with Client.
service(InputStream, OutputStream) - Method in interface com.sun.grizzly.filter.Client
An client can also be called by an server.
service(InputStream, OutputStream) - Method in class com.sun.grizzly.filter.CustomProtocolClient
An User should override CustomProtocolClient.service(java.io.InputStream, java.io.OutputStream) to process bytes that are send from an Server.
service(InputStream, ProtocolOutputStream, Integer, Object) - Method in interface com.sun.grizzly.filter.Server
Gets called when Client calls this server.
sessionId - Variable in class com.sun.grizzly.filter.MessageBase
 
setApplicationLayerError(boolean) - Method in class com.sun.grizzly.filter.ProtocolOutputStream
 
setApplicationLayerException(boolean) - Method in class com.sun.grizzly.filter.RemoteInputStream
 
setBytesArrivedListener(BytesTrafficListener) - Method in class com.sun.grizzly.filter.CustomProtocolClient
 
setBytesArrivedListener(BytesTrafficListener) - Method in class com.sun.grizzly.filter.CustomProtocolParser
 
setErrorCode(Message.ErrorCode) - Method in class com.sun.grizzly.filter.MessageError
 
setErrorHappendHere(boolean) - Method in class com.sun.grizzly.filter.MessageError
 
setExceptionHandler(IOExceptionHandler) - Method in class com.sun.grizzly.filter.ProtocolOutputStream
 
setExecutorService(ExecutorService) - Method in class com.sun.grizzly.filter.MessageDispatcher
 
setGzip(boolean) - Method in class com.sun.grizzly.filter.CustomProtocolClient
If bytes send to server should be gzipped
setInputStream(RemoteInputStream) - Method in class com.sun.grizzly.filter.ProtocolOutputStream
 
setIOException(IOException) - Method in class com.sun.grizzly.filter.RemoteInputStream
 
setIoExceptionHandler(IOExceptionHandler) - Method in interface com.sun.grizzly.filter.Client
 
setIoExceptionHandler(IOExceptionHandler) - Method in class com.sun.grizzly.filter.CustomProtocolClient
 
setMessage(String) - Method in class com.sun.grizzly.filter.MessageError
 
setMessageType(byte) - Method in class com.sun.grizzly.filter.MessageBase
 
setMessageType(byte) - Method in class com.sun.grizzly.filter.ProtocolOutputStream
 
setReplyMessageFactory(ReplyMessageFactory) - Method in class com.sun.grizzly.filter.CustomProtocolParser
Clients can be regsitered on a ReplyMessage The Factory holds to these Messages
setSession(int) - Method in class com.sun.grizzly.filter.CustomProtocolClient
Every message send to an server can have a session id attached so that server can keep track of its clients.
setThreadSizes(int, int) - Method in class com.sun.grizzly.filter.CustomProtocolClient
Set up the Grizzly Worker Threads.
setTrafficListener(BytesTrafficListener) - Method in class com.sun.grizzly.filter.ProtocolOutputStream
 
skip(long) - Method in class com.sun.grizzly.filter.RemoteInputStream
 
sliceBuffer(ByteBuffer, int, int) - Static method in class com.sun.grizzly.filter.CustomProtocolHelper
 
SSL_PRE_PROCESSOR_KEY - Static variable in class com.sun.grizzly.filter.SSLPreProcessor
 
sslConfig - Variable in class com.sun.grizzly.filter.CustomProtocolParser
 
SSLPreProcessor - Class in com.sun.grizzly.filter
 
SSLPreProcessor(SSLEngine) - Constructor for class com.sun.grizzly.filter.SSLPreProcessor
 
start() - Method in interface com.sun.grizzly.filter.Client
Setup and starts the client
start() - Method in class com.sun.grizzly.filter.CustomProtocolClient
Setups Grizzly Controller and Components and starts Grizzly.
start() - Method in class com.sun.grizzly.filter.CustomProtocolServer
Starts this server.
start() - Method in interface com.sun.grizzly.filter.Server
Inits and starts Server
start() - Method in class com.sun.grizzly.standalone.framework.Example_1_Client
 
start() - Method in class com.sun.grizzly.standalone.framework.Example_1_Server
 
startBuffer(ByteBuffer) - Method in class com.sun.grizzly.filter.CustomProtocolParser
Gets called when new bytes have been added to the current ByteBuffer.
startController(Controller) - Static method in class com.sun.grizzly.filter.CustomProtocolHelper
 
stop() - Method in interface com.sun.grizzly.filter.Client
Stops client
stop() - Method in class com.sun.grizzly.filter.CustomProtocolClient
Stops the Grizzly Framework
stop() - Method in class com.sun.grizzly.filter.CustomProtocolServer
Stops this server
stop() - Method in class com.sun.grizzly.filter.MessageDispatcher
 
stop() - Method in interface com.sun.grizzly.filter.Server
Stops Server
stop() - Method in class com.sun.grizzly.standalone.framework.Example_1_Client
 
stop() - Method in class com.sun.grizzly.standalone.framework.Example_1_Server
 
stopController(Controller) - Static method in class com.sun.grizzly.filter.CustomProtocolHelper
Stop controller in seperate thread

T

threadCounter - Variable in class com.sun.grizzly.filter.MessageDispatcher
 
threadGroup - Variable in class com.sun.grizzly.filter.MessageDispatcher
 
traffic() - Method in interface com.sun.grizzly.filter.BytesTrafficListener
Approximate indication that bytes have been send or received Please b carefull not to do any timeconsuming operation in here since it be called on Grizzly Workerthread

U

uniqueMessageId - Variable in class com.sun.grizzly.filter.MessageBase
 
unregister(Integer) - Method in class com.sun.grizzly.filter.ReplyMessageFactory
 
useGzip - Variable in class com.sun.grizzly.filter.MessageBase
 

V

valueOf(String) - Static method in enum com.sun.grizzly.filter.Message.ErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.grizzly.standalone.framework.Example_1_Server.Call
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.sun.grizzly.filter.Message.ErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.grizzly.standalone.framework.Example_1_Server.Call
Returns an array containing the constants of this enum type, in the order they are declared.

W

wasException() - Method in class com.sun.grizzly.filter.RemoteCall
 
wasHandshakeSuccessfull() - Method in class com.sun.grizzly.filter.ProxyCallbackHandler
 
write(ByteBuffer, AsyncWriteCallbackHandler) - Method in class com.sun.grizzly.filter.ProtocolOutputStream
 
write(int) - Method in class com.sun.grizzly.filter.ProtocolOutputStream
 
write(byte[], int, int) - Method in class com.sun.grizzly.filter.ProtocolOutputStream
 
write(Object[], OutputStream) - Method in class com.sun.grizzly.standalone.framework.Example_1_Client
 

A B C D E F G H I L M N O P R S T U V W

Copyright © 2011 Oracle Corporation. All Rights Reserved.