Oracle Fusion Middleware
Oracle WebLogic SIP Server API Reference
11g Release 1 (10.3.4)

Part Number E17873-02

com.bea.wcp.util
Class WlssEchoServer

java.lang.Object
  extended by com.bea.wcp.util.WlssEchoServer

public class WlssEchoServer
extends java.lang.Object

Simple echo server. Environment properties that can be set for this are: <1> wlss.EchoServer.port which is the port on which it listens for the incoming traffic. <2> wlss.EchoServer.LogFile which is where it just writes very few messages, the defualt is the "echo_server.log".


Field Summary
static int DEF_ECHO_PORT
          The choice of default port is arbitrary
 
Constructor Summary
WlssEchoServer()
          Create a WlssEchoServer object to offer echo service on TCP and UDP ports on the default IP address.
 
Method Summary
static void main(java.lang.String[] args)
           
 void start()
          Start up echo service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEF_ECHO_PORT

public static final int DEF_ECHO_PORT
The choice of default port is arbitrary

See Also:
Constant Field Values
Constructor Detail

WlssEchoServer

public WlssEchoServer()
Create a WlssEchoServer object to offer echo service on TCP and UDP ports on the default IP address.

Method Detail

start

public void start()
Start up echo service.


main

public static void main(java.lang.String[] args)

Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic SIP Server API Reference
11g Release 1 (10.3.4)

Part Number E17873-02