org.glassfish.embed
Class GFHttpListener

java.lang.Object
  extended by org.glassfish.embed.GFHttpListener

public final class GFHttpListener
extends java.lang.Object

HTTP Listener listens on a TCP port for incoming HTTP connection and delivers requests to GFVirtualServer.

Author:
Kohsuke Kawaguchi

Field Summary
protected  com.sun.enterprise.config.serverbeans.HttpListener core
           
 
Constructor Summary
GFHttpListener(java.lang.String id, com.sun.enterprise.config.serverbeans.HttpListener core)
           
 
Method Summary
 java.lang.String getId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

core

protected final com.sun.enterprise.config.serverbeans.HttpListener core
Constructor Detail

GFHttpListener

public GFHttpListener(java.lang.String id,
                      com.sun.enterprise.config.serverbeans.HttpListener core)
Method Detail

getId

public java.lang.String getId()


Copyright © 2008 Sun Microsystems, Inc.. All Rights Reserved.