IPSocketAddress.st
changeset 1452 4456e3f3ddb4
parent 1366 e01d0f6c102a
child 1559 609a0707ab22
equal deleted inserted replaced
1451:2b4bb1522872 1452:4456e3f3ddb4
   225 ! !
   225 ! !
   226 
   226 
   227 !IPSocketAddress methodsFor:'obsolete'!
   227 !IPSocketAddress methodsFor:'obsolete'!
   228 
   228 
   229 address
   229 address
       
   230     <resource: #obsolete>
       
   231 
   230     ^ self hostAddress
   232     ^ self hostAddress
   231 !
   233 !
   232 
   234 
   233 portOrName
   235 portOrName
       
   236     <resource: #obsolete>
       
   237 
   234     ^ self port
   238     ^ self port
   235 ! !
   239 ! !
   236 
   240 
   237 !IPSocketAddress methodsFor:'printing & storing'!
   241 !IPSocketAddress methodsFor:'printing & storing'!
   238 
   242 
   321 ! !
   325 ! !
   322 
   326 
   323 !IPSocketAddress class methodsFor:'documentation'!
   327 !IPSocketAddress class methodsFor:'documentation'!
   324 
   328 
   325 version
   329 version
   326     ^ '$Header: /cvs/stx/stx/libbasic2/IPSocketAddress.st,v 1.26 2003-11-28 11:18:01 stefan Exp $'
   330     ^ '$Header: /cvs/stx/stx/libbasic2/IPSocketAddress.st,v 1.27 2004-05-14 11:39:41 stefan Exp $'
   327 ! !
   331 ! !