|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
X25Socket.connect(String)
are synonymous..
Note that whilst the format of NUA's for SVC calls follow a standard which is likely to be common to most X.25 driver implementations, the means of specifying a particular PVC to be used may vary across implementations. Typically the format will be some qualifier to the specific LCN (logical channel number) to be used for the connection..
X25SocketFactory
System.out
.
X25Socket.accept()
incoming connections.
X25Factory
to be used for constructing X.25 socket objects where no specific driver factory is used.
It is common for servers to have multi-port X.25 cards, each port driving a physically separate X.25 lines. Additionally, some servers may also have multiple X.25 cards installed. Depending on network topology, there may be a need to ensure that certain operations such as X25Socket.bind(java.lang.String)
, X25Socket.accept()
, X25Socket.connect(java.lang.String)
are directed to only a single line e.g. where an NUA is only valid for a single physical link. This method allows a socket to be tied to a specific physical line. Note, however, that at present the format used for the physical assignment specifier is driver implementation specific..
X25Factory
implementation for the FarSync range of X.25 cards.X25Factory
implementations.X25SocketFactory
using either the supplied X25Factory
implementation, or the default value if the supplied value is null
.
X25Socket
implementation for the FarSync range of X.25 cards.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |