net.floodlightcontroller.packetstreamer
Class PacketStreamerServer

java.lang.Object
  extended by net.floodlightcontroller.packetstreamer.PacketStreamerServer

public class PacketStreamerServer
extends java.lang.Object

The PacketStreamer Server that brokers the packet streaming service.


Field Summary
protected static PacketStreamerHandler handler
           
protected static org.slf4j.Logger log
           
protected static int port
           
protected static  processor
           
 
Constructor Summary
PacketStreamerServer()
           
 
Method Summary
static void hshaServer( processor)
          The function to create a thrift Half-Sync and Half-Async Server.
static void main(java.lang.String[] args)
          Main function entry point;
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static org.slf4j.Logger log

port

protected static int port

handler

protected static PacketStreamerHandler handler

processor

protected static  processor
Constructor Detail

PacketStreamerServer

public PacketStreamerServer()
Method Detail

main

public static void main(java.lang.String[] args)
Main function entry point;

Parameters:
args -

hshaServer

public static void hshaServer( processor)
The function to create a thrift Half-Sync and Half-Async Server.

Parameters:
processor -