KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > util > logging > SocketHandler

java.util.logging
Class SocketHandler

java.lang.Object
  extended by java.util.logging.Handler
      extended by java.util.logging.StreamHandler
          extended by java.util.logging.SocketHandler
See Also:
Source Code

public void close()
           throws SecurityException
See Also:
StreamHandler
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void publish(LogRecord record)
See Also:
StreamHandler
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public SocketHandler()
              throws IOException
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public SocketHandler(String host,
                     int port)
              throws IOException
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags