01: // @(#)ProxyMsgConstants.java 1.3 "@(#)ProxyMsgConstants.java 1.3 99/09/23 Sun Microsystems"
02:
03: package com.sun.portal.netlet.econnection;
04:
05: public interface ProxyMsgConstants {
06:
07: public static final String EPROX_ID = "RP1.0";
08:
09: public static final int EPROX_ID_SIZE = 5;
10:
11: public static final int EPROX_SESSION = 1;
12:
13: public static final int EPROX_CONFIG = 2;
14:
15: public static final int EPROX_PASS = 3;
16:
17: public static final String PPROX_ID = "PP1.0";
18:
19: public final int MAXHOSTNAMELEN = 512;
20: }
|