Uses of Class
org.apache.logging.log4j.core.net.server.UdpSocketServer

Packages that use UdpSocketServer
org.apache.logging.log4j.core.net.server Standalone server classes for consuming log events over a network. 
 

Uses of UdpSocketServer in org.apache.logging.log4j.core.net.server
 

Methods in org.apache.logging.log4j.core.net.server that return UdpSocketServer
static UdpSocketServer<InputStream> UdpSocketServer.createJsonSocketServer(int port)
          Creates a socket server that reads JSON log events.
static UdpSocketServer<ObjectInputStream> UdpSocketServer.createSerializedSocketServer(int port)
          Creates a socket server that reads serialized log events.
static UdpSocketServer<InputStream> UdpSocketServer.createXmlSocketServer(int port)
          Creates a socket server that reads XML log events.
 



Copyright © 1999-2014 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.