JOtunnel by OOIT.com
C D G I J S

C

com.ooit.jotunnel - package com.ooit.jotunnel
 
compressed - Variable in class com.ooit.jotunnel.JOClient
 

D

debug - Variable in class com.ooit.jotunnel.JOServer
 
debug - Variable in class com.ooit.jotunnel.JOClient
 
debugLog(String) - Method in class com.ooit.jotunnel.JOServer
Debug to the regular http servlet log depending if server runs in debug mode.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.ooit.jotunnel.JOServer
The get functions prepares an info page for this servlet
doJO(JORequest) - Method in class com.ooit.jotunnel.JOServer
This is the main call which is invoked from the JOServer servlet.
doJO(JORequest) - Method in class com.ooit.jotunnel.JOClient
Sending a request object to the JO server and returning the response.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.ooit.jotunnel.JOServer
This functions is reading the JORequest object coming from the the client and creates a JOResponse object which is sent back to the client.

G

getParameters() - Method in class com.ooit.jotunnel.JORequest
Getting the requests parameter list.
getRequestName() - Method in class com.ooit.jotunnel.JORequest
Getting the request name.
getResponseObject() - Method in class com.ooit.jotunnel.JOResponse
Getting the response object.

I

isCompressed() - Method in class com.ooit.jotunnel.JOServer
Getting the compression flag.
isCompressed() - Method in class com.ooit.jotunnel.JOClient
Getting the compression flag.
isDebug() - Method in class com.ooit.jotunnel.JOServer
Getting the debug flag.
isDebug() - Method in class com.ooit.jotunnel.JOClient
Getting the debug flag.

J

JOClient - class com.ooit.jotunnel.JOClient.
The JOTunnel client.
JOClient(URL) - Constructor for class com.ooit.jotunnel.JOClient
Creating an object with the JO server servlet's URL.
JORequest - class com.ooit.jotunnel.JORequest.
The JOTunnel request object.
JORequest(String, Serializable[]) - Constructor for class com.ooit.jotunnel.JORequest
Constructor with the request name (or function name) and the parameter list.
JOResponse - class com.ooit.jotunnel.JOResponse.
The JOTunnel response object.
JOResponse(Serializable) - Constructor for class com.ooit.jotunnel.JOResponse
Constructor with the response object.
JOServer - class com.ooit.jotunnel.JOServer.
The JOTunnel server servlet.
JOServer() - Constructor for class com.ooit.jotunnel.JOServer
 

S

serialVersionID - Static variable in class com.ooit.jotunnel.JORequest
 
serialVersionID - Static variable in class com.ooit.jotunnel.JOResponse
 
setCompressed(boolean) - Method in class com.ooit.jotunnel.JOServer
Setting the http communication to compressed.
setCompressed(boolean) - Method in class com.ooit.jotunnel.JOClient
Setting the http communication to compressed.
setDebug(boolean) - Method in class com.ooit.jotunnel.JOServer
Setting the debug flag.
setDebug(boolean) - Method in class com.ooit.jotunnel.JOClient
Setting the debug flag.

C D G I J S
JOtunnel by OOIT.com