eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'AppletalkSocketAddress':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: AppletalkSocketAddress


Inheritance:

   Object
   |
   +--Collection
      |
      +--SequenceableCollection
         |
         +--ArrayedCollection
            |
            +--UninterpretedBytes
               |
               +--SocketAddress
                  |
                  +--AppletalkSocketAddress

Package:
stx:libbasic2
Category:
OS-Sockets
Version:
rev: 1.15 date: 2021/06/28 21:09:40
user: cg
file: AppletalkSocketAddress.st directory: libbasic2
module: stx stc-classLibrary: libbasic2

Description:


Instances of AppletalkSocketAddress represent appletalk socket addresses.
These consist of a network (2 bytes), a node (1 byte) and a port number.



[instance variables:]

[class variables:]

copyright

COPYRIGHT (c) 1999 by eXept Software AG All Rights Reserved This software is furnished under a license and may be used only in accordance with the terms of that license and with the inclusion of the above copyright notice. This software may not be provided or otherwise made available to, or used by, any other person. No title to or ownership of the software is hereby transferred.

Class protocol:

addressing
o  anyNet

o  anyNode

o  anyPort

o  firstUnreservedPort

o  maxPort
254 is only legal on localtalk

queries
o  domain
ST/X (and a few other dialects) use the define-name in the C include file
as domain symbol. VisualWorks uses other names (see vwDomainSymbol)

o  obsoleteDomainSymbol
old ST/X domain symbol - should no longer be used; see domain

o  vwDomainSymbol
ST/X (and a few other dialects) use the define-name in the C include file
as domain symbol. VisualWorks uses another name


Instance protocol:

accessing
o  net

o  net: aNodeAddress
self new net:16r1234

o  net: netNr node: nodeNr port: portNr
AppletalkSocketAddress new net:1234 node:10 port:20

o  node

o  node: aNodeNr

o  port

o  port: aPortNr

printing & storing
o  printAddressOn: aStream
(comment from inherited method)
raise an error: must be redefined in concrete subclass(es)

queries
o  portOrName



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Sat, 27 Jul 2024 07:13:13 GMT