Package | Description |
---|---|
org.glassfish.jersey.grizzly2.httpserver |
Jersey Grizzly 3.x container classes.
|
org.glassfish.jersey.jdkhttp |
The container adapter between
JDK HTTP server
and Jersey Jersey application handler
classes. |
org.glassfish.jersey.simple |
Jersey Simple 6.x container classes.
|
Modifier and Type | Class and Description |
---|---|
class |
GrizzlyHttpContainerProvider
Container provider for containers based on Grizzly
HttpHandler . |
Modifier and Type | Class and Description |
---|---|
class |
JdkHttpHandlerContainerProvider
Container provider for containers based on lightweight Java SE HTTP Server's
HttpHandler . |
Modifier and Type | Class and Description |
---|---|
class |
SimpleContainerProvider
Container provider for containers based on Simple HTTP Server
Container . |
Copyright © 2007-2023, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.