Class semper.util.registry.WellKnownPorts
All Packages Class Hierarchy This Package Previous Next Index
Class semper.util.registry.WellKnownPorts
java.lang.Object
|
+----semper.util.registry.WellKnownPorts
- public class WellKnownPorts
- extends Object
Registry of well-known ports.
All well-known ports used in semper must be registered here. A port
used in the package semper.foo.bar should have SEMPER_FOO_BAR as
the prefix in the symbolic name used for the port. Within the
block, it is up to the block designer to manage the name space.
For the time being, we will pretend that the port space for all
protocols is shared (i.e. if you use port 45465 for "tcp", you
shouldn't use it for any other protocol.
Eventually, we may have to register these ports with IANA. Therefore,
when you choose a number, make sure that it does not conflict with
the current set of
IANA-registered port numbers.
- Version:
- $Revision: 1.3 $ $Date: 1996/09/11 11:07:11 $
- Author:
- N. Asokan ([email protected])
-
SEMPER_PAYMENT_MANAGER_NEGOTIATION_PORT
- Well-known port used for negotiation of payment instrument
selection.
-
SEMPER_STATEMENT_MANAGER_PORT
-
-
WellKnownPorts()
-
SEMPER_PAYMENT_MANAGER_NEGOTIATION_PORT
public final static int SEMPER_PAYMENT_MANAGER_NEGOTIATION_PORT
- Well-known port used for negotiation of payment instrument
selection.
SEMPER_STATEMENT_MANAGER_PORT
public final static int SEMPER_STATEMENT_MANAGER_PORT
WellKnownPorts
public WellKnownPorts()
All Packages Class Hierarchy This Package Previous Next Index