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

A

acknowledge(InputPacket) - Method in class info.jedi.net.ReliableHandler
Sends an acknowledgement packet for the receipt of this InputPacket
add(OutputPacket) - Method in class info.jedi.net.CommunicationPort
Adds an OutputPacket to the sending queue.
add(PacketHandler) - Method in class info.jedi.net.HandlerStack
Adds a PacketHandler to the top of this HandlerStack
addHandler(PacketHandler, int) - Method in class info.jedi.net.MailDaemon
Adds a handler to the list of packet handlers at the index given.
address() - Method in class info.jedi.net.OutputPacket
The internet address this packet came from or is going to
address() - Method in class info.jedi.net.InputPacket
The internet address this packet came from
address() - Method in class info.jedi.net.CommunicationPort
the address this communication port is associated with
address() - Method in interface info.jedi.net.Packet
The internet address this packet came from or is going to

B

bind(String, Object) - Method in class info.jedi.LocalRepository
Binds a name to an object
bind(String, Object) - Method in class info.jedi.LocalRepositoryImplementation
Binds a name to an object
booleanFunction(boolean) - Method in class info.jedi.testsuite.Server
Used to test boolean arguments and return values.
bottom() - Method in class info.jedi.net.HandlerStackIterator
Moves this iterator to the bottom of the stack
bounceFunction(Proxy, int) - Method in class info.jedi.testsuite.Server
Bounces a call recursively between client and server, decrementing the number of bounces left at each call until they are 0, at which point the whole stack unwinds.
bounceFunction(Proxy, int) - Method in class info.jedi.testsuite.Client
Recursively bounces a call between client and server, passing a Proxy representing this object and an ever decreasing index of how many recursive calls are left.

C

call(InetAddress, int, String, String, Vector, int) - Method in class info.jedi.net.RMCHandler
Calls a remote method by creating a RMCCall object, sending it off to the remote machine, waiting for a response, and returing the appropriate value (or throwing an exception if there was an error).
Client - class info.jedi.testsuite.Client.
This class is designed to test the parts.basic package and several classes that this package depends on.
Client(String, int, int) - Constructor for class info.jedi.testsuite.Client
Creates a Client object that will test a server identified by its address and port and will send a certain number of simple messages in the process.
CommunicationPort - class info.jedi.net.CommunicationPort.
This class handles reliable communication to and from a remote location.
CommunicationPort(InetAddress, int, ReliableHandler) - Constructor for class info.jedi.net.CommunicationPort
Creates a Communication port associated with this address and port
ComplexObject - class info.jedi.testsuite.ComplexObject.
A ComplexObject is a Serializable amalgamation of multiple other objects.
ComplexObject(int, int) - Constructor for class info.jedi.testsuite.ComplexObject
Creates a ComplexObject.
complexObjectFunction(ComplexObject) - Method in class info.jedi.testsuite.Server
Used to test serializable complex object arguments and return values.
countFunction() - Method in class info.jedi.testsuite.Server
Increments the internal message count and returns the current count.
current() - Method in class info.jedi.net.HandlerStackIterator
Returns the current PacketHandler.
current(PacketHandler) - Method in class info.jedi.net.HandlerStackIterator
Sets the iterator to a particular packet handler.

D

DEFAULT_PORT - Static variable in class info.jedi.net.MailDaemon
The default port the MailDaemon is created at is 8273
DEFAULT_TIMEOUT - Static variable in class info.jedi.net.ReliableHandler
The default timeout in milliseconds is 60000 (60 seconds)
DefaultPacketHandler - class info.jedi.net.DefaultPacketHandler.
This is the default packet handler class.
DefaultPacketHandler() - Constructor for class info.jedi.net.DefaultPacketHandler
 
detail - Variable in class info.jedi.net.JEDIException
The nested exception for this JEDIException
detailStackTrace - Variable in class info.jedi.net.JEDIException
The stack trace of the nested exception
down() - Method in class info.jedi.net.HandlerStackIterator
Moves this iterator one handler down the stack.

E

equals(Object) - Method in class info.jedi.net.LocationID
Compares two LocationIDs for equality
execute() - Method in class info.jedi.net.RMCCall
Finds the object the method will be called on in the local repository, executes it, catches any exception thrown, and stores the result or exception in internal variables so they can be sent back to the caller.

F

function(String) - Method in class info.jedi.Proxy
A shortcut for the above function; when the method takes no arguments
function(String, Object) - Method in class info.jedi.Proxy
A shortcut for the above function; when the method takes one argument
function(String, Object, Object) - Method in class info.jedi.Proxy
A shortcut for the above function; when the method takes two arguments
function(String, Vector) - Method in class info.jedi.Proxy
Calls a general function on the remote machine.

G

getDefault() - Static method in class info.jedi.net.MailDaemon
Returns the default MailDaemon--the last one to be created
getHandler() - Static method in class info.jedi.net.RMCHandler
gets the RMCHandler that was created most recently (or null if none has been created
getMessage() - Method in class info.jedi.net.JEDIException
Get the detail message for this JEDIException, including the message for the nested exception if applicable
getPacket() - Method in class info.jedi.net.OutputPacket
Creates a DatagramPacket with all the information in this OutputPacket.
getPacket() - Method in class info.jedi.net.ResourceHandler
Returns a DatagramPacket suitable for receiving any size of UDP packet up to the maximum size (65535 bytes).
getPingHandler() - Method in class info.jedi.net.MailDaemon
Returns the PingHandler for this MailDaemon
getPort(Packet) - Method in class info.jedi.net.ReliableHandler
Gets the CommunicationPort associated with the address and port of the Packet, creating one if necessary
getProxy() - Method in class info.jedi.testsuite.Server
Returns a proxy to this Server
getReliableHandler() - Method in class info.jedi.net.MailDaemon
Returns the ReliableHandler for this MailDaemon
getResponse() - Method in class info.jedi.net.RMCCall
Waits on the socket associated with this method call for a packet that contains a response to this method call.
getRMCHandler() - Method in class info.jedi.net.MailDaemon
Returns the RMCHandler for this MailDaemon
getSocket() - Method in class info.jedi.net.ResourceHandler
Returns a socket from this ResourceHandler's cache, or creates a new one if the cache is empty.
getUDPSender() - Method in class info.jedi.net.MailDaemon
Returns the UDPSender for this MailDaemon

H

handle(InputPacket) - Method in class info.jedi.net.MailDaemon
Handles a packet until one of the handlers returns a finished flag.
handleError(Exception, OutputPacket) - Method in class info.jedi.net.DefaultPacketHandler
Ignores error conditions, letting other handlers worry about them.
handleError(Exception, OutputPacket) - Method in class info.jedi.net.RMCHandler
Handles any error that occurs in sending a remote method call.
handleError(Exception, OutputPacket) - Method in interface info.jedi.net.PacketHandler
This method handles any error that might have occurred in sending an OutputPacket with this as one handler.
handlePacket(InputPacket) - Method in class info.jedi.net.DefaultPacketHandler
Ignores any packet passed to it and returns true, signaling that processing of that packet is complete.
handlePacket(InputPacket) - Method in class info.jedi.net.RMCHandler
Handles an incoming remote method call InputPacket by creating and executing an RMCCall object from it.
handlePacket(InputPacket) - Method in class info.jedi.net.PingHandler
Handles an incoming ping request.
handlePacket(InputPacket) - Method in class info.jedi.net.ReliableHandler
handles an incoming reliable packet.
handlePacket(InputPacket) - Method in interface info.jedi.net.PacketHandler
This method accepts an incoming packet and processes it.
handlers(int) - Method in class info.jedi.net.MailDaemon
Returns the handler at the index given.
HandlerStack - class info.jedi.net.HandlerStack.
Stors a stack of PacketHandlers and provides methods for accessing the PacketHandlers and sending messages/reporting errors.
HandlerStack() - Constructor for class info.jedi.net.HandlerStack
Creates an empty HandlerStack
HandlerStackIterator - class info.jedi.net.HandlerStackIterator.
Provides functionality to move up and down a HandlerStack.
hashCode() - Method in class info.jedi.net.LocationID
Returns a hash value for this LocationID based on all of its members
hasReceived(InputPacket) - Method in class info.jedi.net.CommunicationPort
Checks to see if a given InputPacket has been received before.

I

id() - Method in class info.jedi.net.OutputPacket
The id of this packet.
id() - Method in class info.jedi.net.InputPacket
The id of this packet
id() - Method in interface info.jedi.net.Packet
The id of this packet
info.jedi - package info.jedi
 
info.jedi.net - package info.jedi.net
 
info.jedi.testsuite - package info.jedi.testsuite
 
initialize() - Method in class info.jedi.testsuite.Server
Initializes the server.
initializePacket(OutputPacket) - Method in class info.jedi.net.HandlerStack
Initializes a packet to be sent.
initializePacket(OutputPacket) - Method in class info.jedi.net.DefaultPacketHandler
Does no initialization
initializePacket(OutputPacket) - Method in class info.jedi.net.ReliableHandler
Adds reliability to an outgoing packet.
initializePacket(OutputPacket) - Method in interface info.jedi.net.PacketHandler
This method initializes an OutputPacket that will eventually be sent through this Handler.
InputPacket - class info.jedi.net.InputPacket.
Associates a packet that has been received by JEDI with a DataInputStream for reading the contents of the packet.
InputPacket(DatagramPacket) - Constructor for class info.jedi.net.InputPacket
Initializes data members and creates a DataInputStream to read the contents of this packet
intFunction(int) - Method in class info.jedi.testsuite.Server
Used to test integer arguments and return values.
iterator() - Method in class info.jedi.net.HandlerStack
Gets an iterator for this HandlerStack.

J

JEDIException - exception info.jedi.net.JEDIException.
 
JEDIException() - Constructor for class info.jedi.net.JEDIException
Create a JEDIException
JEDIException(String) - Constructor for class info.jedi.net.JEDIException
Create a JEDIException with a specific detail message
JEDIException(String, Throwable) - Constructor for class info.jedi.net.JEDIException
Create a JEDIException with a specific detail message and a particular nested exception.
JEDITargetException - exception info.jedi.net.JEDITargetException.
Thrown when a remote method called by JEDI throws an exception
JEDITargetException() - Constructor for class info.jedi.net.JEDITargetException
Constructs a JEDITargetException
JEDITargetException(String) - Constructor for class info.jedi.net.JEDITargetException
Constructs a JEDITargetException with a specified detail message
JEDITargetException(String, Throwable) - Constructor for class info.jedi.net.JEDITargetException
Constructs a JEDITargetException with a specified detail message and a particular nested exception

L

local() - Static method in class info.jedi.Repository
Get the local Repository for this virtual machine.
LocalRepository - class info.jedi.LocalRepository.
An abstract class representing a repository on a local machine.
LocalRepository() - Constructor for class info.jedi.LocalRepository
 
LocalRepositoryImplementation - class info.jedi.LocalRepositoryImplementation.
The default implementation of a LocalRepository.
LocationID - class info.jedi.net.LocationID.
class LocationID uniquely identifies a internet address and port that a ReliableHandler has been communicating with.
lookup(String) - Method in class info.jedi.Repository
look up an object by name in this repository
lookup(String) - Method in class info.jedi.LocalRepositoryImplementation
look up an object by name in this repository

M

machineName() - Method in class info.jedi.Proxy
Returns the name of the machine where the object for this Proxy is
MailDaemon - class info.jedi.net.MailDaemon.
Class MailDaemon is the center of the JEDI system.
mailDaemon() - Method in class info.jedi.LocalRepository
Returns the MailDaemon that handles remote method call requests for this Repository
mailDaemon() - Method in class info.jedi.LocalRepositoryImplementation
Returns the MailDaemon that handles remote method call requests for this Repository
MailDaemon() - Constructor for class info.jedi.net.MailDaemon
Creates a MailDaemon at the default port.
MailDaemon(int) - Constructor for class info.jedi.net.MailDaemon
Creates a MailDaemon at a particular port.
main(String[]) - Static method in class info.jedi.net.PingHandler
Either acts as a ping server (if called with no arguments) or measures the time for 100 JEDI pings to that server (if called with the network address of that server).
main(String[]) - Static method in class info.jedi.testsuite.Server
Creates a server.
main(String[]) - Static method in class info.jedi.testsuite.Client
Handles command line invocations of the client side of the test suite.
MAX_LENGTH - Static variable in class info.jedi.net.ResourceHandler
The maximum length of a UDP packet.
MAX_SENT - Static variable in class info.jedi.net.CommunicationPort
The maximum number of messages in the sending window at once (for all CommunicationPorts in this VM).
multipleFunction(int, boolean, float, double, String, ComplexObject) - Method in class info.jedi.testsuite.Server
Takes 6 arguments, all of different types: some object, some basic.

N

NotInRegistryException - exception info.jedi.net.NotInRegistryException.
Thrown when a JEDI remote method call is attempted but the object named in the call is not in the local registry.
NotInRegistryException() - Constructor for class info.jedi.net.NotInRegistryException
Constructs a NotInRegistryException
NotInRegistryException(String) - Constructor for class info.jedi.net.NotInRegistryException
Constructs a NotInRegistryException with a specified detail message

O

OutputPacket - class info.jedi.net.OutputPacket.
Class OutputPacket represents a packet being sent.
OutputPacket(InetAddress, int, HandlerStack) - Constructor for class info.jedi.net.OutputPacket
Creates a packet to be sent on the default socket of this MailDaemon.
OutputPacket(InetAddress, int, HandlerStack, int) - Constructor for class info.jedi.net.OutputPacket
Creates a packet to be sent on the default socket of this MailDaemon.

P

Packet - interface info.jedi.net.Packet.
This interface captures the common elements of InputPackets and OutputPackets.
PacketHandler - interface info.jedi.net.PacketHandler.
This is the interface for JEDI packet handlers.
PING_HANDLER_NUMBER - Static variable in class info.jedi.net.PingHandler
The index that a PingHandler goes at in the MailDaemon
ping(InetAddress, int) - Method in class info.jedi.net.PingHandler
Pings a port on a given machine, waiting for a response before returning.
PingHandler - class info.jedi.net.PingHandler.
 
port() - Method in class info.jedi.Proxy
Returns the port on the remote machine where the object for this Proxy is
port() - Method in class info.jedi.net.OutputPacket
The port this packet came from or is going to
port() - Method in class info.jedi.net.InputPacket
The port this packet came from
port() - Method in class info.jedi.net.CommunicationPort
the port this communication port is associated with
port() - Method in interface info.jedi.net.Packet
The port this packet came from or is going to
printStackTrace() - Method in class info.jedi.net.JEDIException
Prints this JEDIException and its backtrace to standard error
printStackTrace(PrintStream) - Method in class info.jedi.net.JEDIException
Prints this JEDIException and its backtrace to the given PrintStream
printStackTrace(PrintWriter) - Method in class info.jedi.net.JEDIException
Prints this JEDIException and its backtrace to the given PrintWriter
Proxy - class info.jedi.Proxy.
Class Proxy represents an object on a remote machine.
Proxy(String) - Constructor for class info.jedi.Proxy
Same, but uses the default port on the current machine
Proxy(String, int, String) - Constructor for class info.jedi.Proxy
Creates a Proxy for an object with a machine address, a port, and the name of the object in the registry that is associated with that port.
Proxy(String, String) - Constructor for class info.jedi.Proxy
Same, but uses the default port

R

readResponse(InputPacket) - Method in class info.jedi.net.RMCCall
This is called when a RMC reply packet comes in that has the return value for this call.
receivePacket(DatagramSocket, int) - Method in class info.jedi.net.MailDaemon
Gets a packet from a particular socket and processes it until it comes to a packet-part of type TYPE_TO_CATCH.
ReceiveThread - class info.jedi.net.ReceiveThread.
This class extends thread to service incoming requests on a MailDaemon.
ReceiveThread(MailDaemon) - Constructor for class info.jedi.net.ReceiveThread
Creates a ReceiveThread to service a particular MailDaemon
RELIABLE_HANDLER_NUMBER - Static variable in class info.jedi.net.ReliableHandler
The index of the ReliableHandler in the MailDaemon dispatch table
ReliableHandler - class info.jedi.net.ReliableHandler.
This class adds reliability to JEDI packets.
Remote - class info.jedi.Remote.
This class provides a library function to call a method on a given object.
Remote() - Constructor for class info.jedi.Remote
 
remove(int) - Method in class info.jedi.net.CommunicationPort
Removes an OutputPacket from the sending queue.
reportError(Exception) - Method in class info.jedi.net.RMCCall
This is called when there is an error (usually a timeout) sending this RMCCall.
reportError(Exception, OutputPacket, HandlerStackIterator) - Method in class info.jedi.net.HandlerStack
Reports an error (given in the passed Exception).
Repository - class info.jedi.Repository.
This abstract class allows the user to look up an object in a repository by name.
Repository() - Constructor for class info.jedi.Repository
 
RESEND_INTERVAL - Static variable in class info.jedi.net.ReliableHandler
How many milliseconds between resending packets
resend(OutputPacket) - Method in class info.jedi.net.CommunicationPort
Resends a particular packet
resendAll() - Method in class info.jedi.net.CommunicationPort
resends all messages to the address & port associated with this object that have not yet been acknowledged.
ResourceHandler - class info.jedi.net.ResourceHandler.
Class ResourceHandler keeps track of allocating resources properly for the jedi.net infrastructure.
resourceHandler() - Method in class info.jedi.net.MailDaemon
Returns the ResourceHandler associated with this MailDaemon
respond() - Method in class info.jedi.net.RMCCall
Responds to the calling host by packing up the return value or exception and replying to the socket that send the request
returnPacket(DatagramPacket) - Method in class info.jedi.net.ResourceHandler
Returns a datagram packet to the cache.
returnSocket(DatagramSocket) - Method in class info.jedi.net.ResourceHandler
Returns a socket allocated with getSocket() to this ResourceHandler's socket cache, so it can be reused by the next getSocket() call.
RMC_HANDLER_NUMBER - Static variable in class info.jedi.net.RMCHandler
The index of this handler in the MailDaemon handler list
RMCCall - class info.jedi.net.RMCCall.
This class encapsulates a remote method call in the JEDI system.
RMCCall(MailDaemon, InetAddress, int, String, String, Vector, int) - Constructor for class info.jedi.net.RMCCall
Creates a RMCCall object representing a remote method call.
RMCCall(MailDaemon, InputPacket) - Constructor for class info.jedi.net.RMCCall
Creates a RMCCall object from a JEDI InputPacket.
RMCHandler - class info.jedi.net.RMCHandler.
This class handles incoming JEDI remote method call requests.
run() - Method in class info.jedi.net.ReliableHandler
This is the background thread that resends messages that have not yet been acknowledged
run() - Method in class info.jedi.net.ReceiveThread
Loops forever, receiving a packet on the socket associated with the MailDaemon when the thread was created and handling it with the MailDaemon's functions.
run() - Method in class info.jedi.testsuite.SemaphoreThread
Runs the thread
runBaseTests() - Method in class info.jedi.testsuite.Client
Runs the basic communication tests that try to send global method calls with different parameters.
runCountTests() - Method in class info.jedi.testsuite.Client
Runs the counting tests.
runExceptionTests() - Method in class info.jedi.testsuite.Client
Runs tests designed to fail in different ways.
runProxyTests() - Method in class info.jedi.testsuite.Client
Uses the bounceFunction to bounce a call back and forth between the client and server 100 times.
runSemaphoreTests() - Method in class info.jedi.testsuite.Client
Runs the semaphore tests, where 100 remote functions are called simultaneously, and all calls block until the 100th call has been received.
runTests() - Method in class info.jedi.testsuite.Client
Runs all the tests in the suite, printing success or failure after all tests have been run.

S

SEMAPHORE_NUMBER - Static variable in class info.jedi.testsuite.Server
The number of calls necessary to the semaphore before it triggers and releases all threads inside.
semaphoreFunction() - Method in class info.jedi.testsuite.Server
Acts like a semaphore.
SemaphoreThread - class info.jedi.testsuite.SemaphoreThread.
A thread that calls the semaphoreFunction method on a proxy
SemaphoreThread(Proxy) - Constructor for class info.jedi.testsuite.SemaphoreThread
Creates a SemaphoreThread with a cxertain proxy
send() - Method in class info.jedi.net.RMCCall
Sends this RMCCall to the remote machine where it will be executed.
send() - Method in class info.jedi.net.OutputPacket
Orders the handler stack to finish up creating this packet and send it off with the appropriate handler.
send(DatagramPacket) - Method in class info.jedi.net.MailDaemon
Sends a packet at the socket associated with this MailDaemon.
sendPacket(OutputPacket) - Method in class info.jedi.net.HandlerStack
Sends a packet through this HandlerStack.
sendPacket(OutputPacket) - Method in class info.jedi.net.DefaultPacketHandler
Does nothing to send a packet; allows lower-level handler to do their work.
sendPacket(OutputPacket) - Method in class info.jedi.net.ReliableHandler
Does the work necessary just before a reliable OutputPacket is sent.
sendPacket(OutputPacket) - Method in interface info.jedi.net.PacketHandler
This method performs any work necessary to complete this packet before it is sent.
sendPacket(OutputPacket) - Method in class info.jedi.net.UDPSender
Sends a packet out the current port.
sendPacket(OutputPacket, HandlerStackIterator) - Method in class info.jedi.net.HandlerStack
Sends a packet through this HandlerStack, starting with the location in the stack indicated by firstToSend.
Server - class info.jedi.testsuite.Server.
Class Server helps to test the parts.basic package by providing a set of methods that can be called remotely.
Server() - Constructor for class info.jedi.testsuite.Server
Creates a Server
setID(int) - Method in class info.jedi.net.InputPacket
sets the id of this packet.
setTime(long) - Method in class info.jedi.net.InputPacket
sets the timestamp.
setTimeout(int) - Method in class info.jedi.net.InputPacket
sets the timeout.
socket() - Method in class info.jedi.net.MailDaemon
Returns the socket associated with this MailDaemon
stack() - Method in class info.jedi.net.OutputPacket
The protocol stack for sending this packet
stack() - Method in class info.jedi.net.RMCHandler
The HandlerStack for remote method call messages
staticCallFunction(Object, String, Vector) - Static method in class info.jedi.Remote
Calls a named method on an object with the passed arguments.
staticFunction(int) - Static method in class info.jedi.testsuite.Server
For testing static functions.
stream() - Method in class info.jedi.net.OutputPacket
The stream for writing data to this OutputPacket
stream() - Method in class info.jedi.net.InputPacket
The stream for reading the contents of this packet
stringFunction(String) - Method in class info.jedi.testsuite.Server
Used to test String arguments and return values.

T

threadBusy() - Method in class info.jedi.net.ResourceHandler
Warns the ResourceHandler that the current thread will be busy handling some request and thus unable to handle additional requests for a while.
threadIdle() - Method in class info.jedi.net.ResourceHandler
Tells the ResourceHandler that a thread (which called threadBusy() previously) is now once more available to take incoming packets
throwsException() - Method in class info.jedi.testsuite.Server
A method that throws an exception
time() - Method in class info.jedi.net.OutputPacket
The sending timestamp of this packet.
time() - Method in class info.jedi.net.InputPacket
The sending timestamp of this packet
time() - Method in interface info.jedi.net.Packet
The sending timestamp of this packet
timeout() - Method in class info.jedi.Proxy
Returns the timeout in milliseconds for messages sent through this proxy
timeout() - Method in class info.jedi.net.OutputPacket
Returns the timeout of this packet, in ms
timeout() - Method in class info.jedi.net.InputPacket
The timeout this packet was sent with
timeout() - Method in interface info.jedi.net.Packet
The timeout in milliseconds of this packet
timeout(int) - Method in class info.jedi.Proxy
Sets timeout in milliseconds for messages sent through this proxy
TimeoutException - exception info.jedi.net.TimeoutException.
Thrown when a JEDI reliable message is not acknowledged within the timeout period.
TimeoutException() - Constructor for class info.jedi.net.TimeoutException
Constructs a TimeoutException
TimeoutException(String) - Constructor for class info.jedi.net.TimeoutException
Constructs a TimeoutException with a specified detail message
top() - Method in class info.jedi.net.HandlerStackIterator
Moves this iterator to the top of the stack
toString() - Method in class info.jedi.net.JEDIException
Converts to a string.
touch() - Method in class info.jedi.testsuite.ComplexObject
Touch this ComplexObject.

U

UDPSender - class info.jedi.net.UDPSender.
This class sends UDP packets.
unbind(String) - Method in class info.jedi.LocalRepository
removes a name and the corresponding object from the repository
unbind(String) - Method in class info.jedi.LocalRepositoryImplementation
removes a name and the corresponding object from the repository
unserializableParameter(Client) - Method in class info.jedi.testsuite.Server
A method with an unserializable parameter.
unserializableReturnValue() - Method in class info.jedi.testsuite.Server
A method that returns an unserializable value.
up() - Method in class info.jedi.net.HandlerStackIterator
Moves this iterator one handler up the stack.

_

_local - Static variable in class info.jedi.Repository
The local repository.
_stream - Variable in class info.jedi.net.OutputPacket
Use this stream to write data to this OutputPacket

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