Searched defs:SocketHandler (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/logging/
H A DSocketHandler.java41 * By default each <tt>SocketHandler</tt> is initialized using the following
65 * For example, the properties for {@code SocketHandler} would be:
67 * <li> java.util.logging.SocketHandler.level=INFO </li>
68 * <li> java.util.logging.SocketHandler.formatter=java.util.logging.SimpleFormatter </li>
83 public class SocketHandler extends StreamHandler { class in inherits:StreamHandler
88 // Private method to configure a SocketHandler from LogManager
114 * Create a <tt>SocketHandler</tt>, using only <tt>LogManager</tt> properties
121 public SocketHandler() throws IOException { method in class:SocketHandler
129 System.err.println("SocketHandler: connect failed to " + host + ":" + port);
136 * Construct a <tt>SocketHandler</t
150 public SocketHandler(String host, int port) throws IOException { method in class:SocketHandler
[all...]

Completed in 33 milliseconds