org.glassfish.internal.embedded.grizzly
Interface GrizzlyContainer

All Superinterfaces:
EmbeddedContainer

public interface GrizzlyContainer
extends EmbeddedContainer

Grizzly container, should probably be implemented using the GrizzlyWebServer object.

Author:
Jerome Dochez

Method Summary
 void add(Adapter adapter)
           
 void bind(Port port)
           
 
Methods inherited from interface org.glassfish.internal.embedded.EmbeddedContainer
bind, getSniffers, start, stop
 

Method Detail

bind

void bind(Port port)

add

void add(Adapter adapter)


Copyright © 2012 GlassFish Community. All Rights Reserved.