UDSocketAddress.st
changeset 5052 82fd57c1de33
parent 3987 5507fb2364b2
equal deleted inserted replaced
5051:44da029d521c 5052:82fd57c1de33
       
     1 "{ Encoding: utf8 }"
       
     2 
     1 "
     3 "
     2  COPYRIGHT (c) 1995 by Claus Gittinger
     4  COPYRIGHT (c) 1995 by Claus Gittinger
     3 	      All Rights Reserved
     5 	      All Rights Reserved
     4 
     6 
     5  This software is furnished under a license and may be used
     7  This software is furnished under a license and may be used
   175 ! !
   177 ! !
   176 
   178 
   177 !UDSocketAddress methodsFor:'printing & storing'!
   179 !UDSocketAddress methodsFor:'printing & storing'!
   178 
   180 
   179 printOn:aStream
   181 printOn:aStream
   180     aStream nextPutAll:self class name; 
   182     aStream nextPutAll:self className; 
   181             nextPut:$(; nextPutAll:self name; nextPut:$)
   183             nextPut:$(; nextPutAll:self name; nextPut:$)
   182 
   184 
   183     "
   185     "
   184      (self name:'/tmp/abcde') printString
   186      (self name:'/tmp/abcde') printString
   185     "
   187     "
       
   188 
       
   189     "Modified: / 28-06-2019 / 09:24:10 / Claus Gittinger"
   186 ! !
   190 ! !
   187 
   191 
   188 !UDSocketAddress methodsFor:'testing'!
   192 !UDSocketAddress methodsFor:'testing'!
   189 
   193 
   190 isLocal
   194 isLocal