Class JavaAgent.context.SocketParams
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JavaAgent.context.SocketParams

java.lang.Object
   |
   +----JavaAgent.context.RuntimeParams
           |
           +----JavaAgent.context.SocketParams

public class SocketParams
extends RuntimeParams
Subclass of RuntimeParams which holds runtime parameters for a SocketContext.


Copyright (c) 1995, H. Robert Frost, Stanford University. All rights reserved.

Copyright (c) 1996, H. Robert Frost, Enterprise Integration Technologies, Inc. All rights reserved.

RESTRICTED RIGHTS LEGEND: Use, duplication or disclosure by the Government is subject to restrictions as set forth in subparagraph(c)(1)(ii) of the Rights in Technical Data and Computer Software clause at DFARS 252.227-7013 and in similar clauses in the FAR and NASA FAR supplement.

This software is bound by the terms and conditions listed in the attached LICENSE file.



Variable Index

 o port
Local port to which the SocketInterface's ServerSocket should be bound.

Constructor Index

 o SocketParams()
Constructor for use with applets
 o SocketParams(Hashtable)
Constructor the SocketParams object.

Variables

 o port
  public int port
Local port to which the SocketInterface's ServerSocket should be bound. O for automatic port selection.

Constructors

 o SocketParams
  public SocketParams()
Constructor for use with applets
 o SocketParams
  public SocketParams(Hashtable args)
Constructor the SocketParams object. Takes a Hashtable containing parameter values as input.

All Packages  Class Hierarchy  This Package  Previous  Next  Index