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.9 $ $Date: 1997/03/26 18:24:44 $
- Author:
- N. Asokan ([email protected])
-
SEMPER_CERTIFICATE_MANAGER_PORT
-
-
SEMPER_CLIENT_PORT
- Default port for the SemperClient
-
SEMPER_PAYMENT_GENERIC_ACQUIRER_PORT
- Default port for the acquirer
-
SEMPER_PAYMENT_MANAGER_NEGOTIATION_PORT
- Well-known port used for negotiation of payment instrument
selection.
-
SEMPER_STATEMENT_MANAGER_PORT
-
-
SEMPER_TRANSFER_BUYER_PORT
- Ports being used if no negotiation takes place.
-
SEMPER_TRANSFER_PORT
- Default Communication Port for GroupTransfer
-
SEMPER_TRANSFER_SELLER_PORT
-
-
WellKnownPorts()
-
SEMPER_TRANSFER_PORT
public final static int SEMPER_TRANSFER_PORT
- Default Communication Port for GroupTransfer
SEMPER_TRANSFER_BUYER_PORT
public final static int SEMPER_TRANSFER_BUYER_PORT
- Ports being used if no negotiation takes place.
SEMPER_TRANSFER_SELLER_PORT
public final static int SEMPER_TRANSFER_SELLER_PORT
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
SEMPER_CERTIFICATE_MANAGER_PORT
public final static int SEMPER_CERTIFICATE_MANAGER_PORT
SEMPER_PAYMENT_GENERIC_ACQUIRER_PORT
public final static int SEMPER_PAYMENT_GENERIC_ACQUIRER_PORT
- Default port for the acquirer
SEMPER_CLIENT_PORT
public final static int SEMPER_CLIENT_PORT
- Default port for the SemperClient
WellKnownPorts
public WellKnownPorts()
All Packages Class Hierarchy This Package Previous Next Index