Socket.st
changeset 4795 58f0486fe4ba
parent 4791 1323fc4dc376
child 4796 3d3c49ddabdb
equal deleted inserted replaced
4794:d0ed3fa4a8c5 4795:58f0486fe4ba
       
     1 "{ Encoding: utf8 }"
       
     2 
     1 "
     3 "
     2  COPYRIGHT (c) 1992 by Claus Gittinger
     4  COPYRIGHT (c) 1992 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
  3755 
  3757 
  3756     ^ self getFullSocketAddress hostAddress
  3758     ^ self getFullSocketAddress hostAddress
  3757 !
  3759 !
  3758 
  3760 
  3759 isActive
  3761 isActive
  3760     "return true, if the receiver has a connection"
  3762     "return true, if the receiver has a connection or is bound or listening"
  3761 
  3763 
  3762     ^ handle notNil
  3764     ^ handle notNil
       
  3765 
       
  3766     "Modified (comment): / 05-02-2019 / 17:19:35 / Stefan Vogel"
  3763 !
  3767 !
  3764 
  3768 
  3765 isConnected
  3769 isConnected
  3766     "return true, if the receiver has a connection"
  3770     "return true, if the receiver has a connection"
  3767 
  3771