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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidadd(org.glassfish.api.container.Adapter adapter)voidbind(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(org.glassfish.api.container.Adapter adapter)
-
-