Socket.st
changeset 48 18b9353c9d07
parent 44 b4db396f9255
child 51 24f978f1d849
equal deleted inserted replaced
47:2fc2796fbec8 48:18b9353c9d07
    20 
    20 
    21 Socket comment:'
    21 Socket comment:'
    22 COPYRIGHT (c) 1992 by Claus Gittinger
    22 COPYRIGHT (c) 1992 by Claus Gittinger
    23 	      All Rights Reserved
    23 	      All Rights Reserved
    24 
    24 
    25 $Header: /cvs/stx/stx/libbasic2/Socket.st,v 1.14 1994-10-28 03:07:42 claus Exp $
    25 $Header: /cvs/stx/stx/libbasic2/Socket.st,v 1.15 1994-11-17 14:20:57 claus Exp $
    26 '!
    26 '!
    27 
    27 
    28 !Socket class methodsFor:'documentation'!
    28 !Socket class methodsFor:'documentation'!
    29 
    29 
    30 copyright
    30 copyright
    41 "
    41 "
    42 !
    42 !
    43 
    43 
    44 version
    44 version
    45 "
    45 "
    46 $Header: /cvs/stx/stx/libbasic2/Socket.st,v 1.14 1994-10-28 03:07:42 claus Exp $
    46 $Header: /cvs/stx/stx/libbasic2/Socket.st,v 1.15 1994-11-17 14:20:57 claus Exp $
    47 "
    47 "
    48 !
    48 !
    49 
    49 
    50 documentation
    50 documentation
    51 "
    51 "
    57     sockets - this will be added in the future.
    57     sockets - this will be added in the future.
    58     Due to historic reasons (I started this class, before I got hold of some
    58     Due to historic reasons (I started this class, before I got hold of some
    59     code using ST-80 Sockets i.e. RemoteInvocation), there is some old interface
    59     code using ST-80 Sockets i.e. RemoteInvocation), there is some old interface
    60     still provided. This will vanish; use the newTCPxxx and newUDPxxx interface,
    60     still provided. This will vanish; use the newTCPxxx and newUDPxxx interface,
    61     which is meant to be compatible to ST-80's UnixSocketAccessor interface.
    61     which is meant to be compatible to ST-80's UnixSocketAccessor interface.
    62 
    62 "
       
    63 !
       
    64 
       
    65 examples
       
    66 "
    63     example (get help info from an nntp server):
    67     example (get help info from an nntp server):
    64 
    68 
    65 	|sock|
    69 	|sock|
    66 
    70 
    67 	sock := Socket 
    71 	sock := Socket