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.15 $ $Date: 1998/05/07 11:41:53 $
- Author:
- N. Asokan ([email protected])
-
CRA_SERVER_PORT
- Credential Server Port (Download Module)
-
DOWNLOAD_MANAGER_PORT
- Download Manager Port
-
NEWS_SERVER_PORT
- News Server Port (Download Module)
-
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_PAYMENT_PROTONET_ACQUIRER_PORT
-
-
SEMPER_PAYMENT_SET_ACQUIRER_PORT_PAY
-
-
SEMPER_PAYMENT_SET_ACQUIRER_PORT_REG
-
-
SEMPER_SERVER_PORT
-
Default port for the SemperServer
-
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
-
-
SEMPER_TXLAYER_PORT
-
-
WellKnownPorts()
-
SEMPER_TXLAYER_PORT
public static final int SEMPER_TXLAYER_PORT
SEMPER_TRANSFER_PORT
public static final int SEMPER_TRANSFER_PORT
- Default Communication Port for GroupTransfer
SEMPER_TRANSFER_BUYER_PORT
public static final int SEMPER_TRANSFER_BUYER_PORT
- Ports being used if no negotiation takes place.
SEMPER_TRANSFER_SELLER_PORT
public static final int SEMPER_TRANSFER_SELLER_PORT
SEMPER_PAYMENT_MANAGER_NEGOTIATION_PORT
public static final int SEMPER_PAYMENT_MANAGER_NEGOTIATION_PORT
- Well-known port used for negotiation of payment instrument
selection.
SEMPER_STATEMENT_MANAGER_PORT
public static final int SEMPER_STATEMENT_MANAGER_PORT
SEMPER_CERTIFICATE_MANAGER_PORT
public static final int SEMPER_CERTIFICATE_MANAGER_PORT
SEMPER_PAYMENT_GENERIC_ACQUIRER_PORT
public static final int SEMPER_PAYMENT_GENERIC_ACQUIRER_PORT
- Default port for the acquirer
SEMPER_PAYMENT_PROTONET_ACQUIRER_PORT
public static final int SEMPER_PAYMENT_PROTONET_ACQUIRER_PORT
SEMPER_PAYMENT_SET_ACQUIRER_PORT_REG
public static final int SEMPER_PAYMENT_SET_ACQUIRER_PORT_REG
SEMPER_PAYMENT_SET_ACQUIRER_PORT_PAY
public static final int SEMPER_PAYMENT_SET_ACQUIRER_PORT_PAY
SEMPER_CLIENT_PORT
public static final int SEMPER_CLIENT_PORT
- Default port for the SemperClient
SEMPER_SERVER_PORT
public static final int SEMPER_SERVER_PORT
- Default port for the SemperServer
DOWNLOAD_MANAGER_PORT
public static final int DOWNLOAD_MANAGER_PORT
- Download Manager Port
NEWS_SERVER_PORT
public static final int NEWS_SERVER_PORT
- News Server Port (Download Module)
CRA_SERVER_PORT
public static final int CRA_SERVER_PORT
- Credential Server Port (Download Module)
WellKnownPorts
public WellKnownPorts()
All Packages Class Hierarchy This Package Previous Next Index