Uses of Package
edu.uiuc.cs.net.DPRPManager

Classes in edu.uiuc.cs.net.DPRPManager used by edu.uiuc.cs.net.DPRPManager
DPRPAllocatePortException
          This exception is used to notify the server that a problem occured in reserving the external port on the gateway.
DPRPClient
          This class is an overall container for the DPRP Client.
DPRPClientConstants
          This interface defines a number of constants that are useful for the client(s) to do their business.
DPRPConfigException
          Generated when a parse error occurs in the host security configuration file.
DPRPErrorMessageException
          Generated when the client receives an error message from the server, or if an invalid XID is detected.
DPRPException
          A generic DPRP exception.
DPRPInvalidProtocolException
          Thrown when an invalid protocol is specified.
DPRPLease
          This class represents all of the details that comprise a "lease".
DPRPLeaseEvent
          Represents a "Lease Event", which can either be lease creation, updation (?), or deletion.
DPRPLeaseListener
          This interface comprises the methods that must be supported by something that wishes to act as a "DPRP Lease Listener".
DPRPLeaseListenerConstants
          Some constants for use with this DPRPLeaseListener business.
DPRPLeaseTableModel
          This class represents my custom model for the lease management table.
DPRPMessage
          This class represents an individual DPRP Message.
DPRPOfferException
          This exception is only thrown by the handleNewRequest() method, and it serves to put all of the port-cleanup code in one place.
DPRPRestriction
          This class comprises a set of restrictions against a potential DPRP client.
DPRPSocket
          This class represents a Socket for sending DPRP Messages.
GUI_DPRPClient
          A GUI version of the ubiquituous DPRP client.
ServerPortMgr
          The Server Port Manager - handles the management of leases and restrictions in the Server.