Uses of Class
org.glassfish.jersey.internal.util.PropertiesClass
-
Packages that use PropertiesClass Package Description org.glassfish.jersey Common Jersey core classes.org.glassfish.jersey.apache.connector Jersey clientconnector
based on the Apache Http Client.org.glassfish.jersey.client Jersey client-side classes.org.glassfish.jersey.internal Common Jersey internal API classes.org.glassfish.jersey.jdk.connector Jersey clientconnector
based on JDK NIO framework.org.glassfish.jersey.jetty.connector Jersey clientconnector
based on the Jetty Client.org.glassfish.jersey.media.multipart JAX-RS Integration with MIME MultiPart Message Formatsorg.glassfish.jersey.message Common Jersey messaging classes.org.glassfish.jersey.server Jersey server-side classes.org.glassfish.jersey.server.internal Jersey server-side internal classes.org.glassfish.jersey.server.oauth1 Jersey OAuth 1 Server API.org.glassfish.jersey.servlet Jersey generic Servlet container integration classes. -
-
Uses of PropertiesClass in org.glassfish.jersey
Classes in org.glassfish.jersey with annotations of type PropertiesClass Modifier and Type Class Description class
CommonProperties
Common (server/client) Jersey configuration properties. -
Uses of PropertiesClass in org.glassfish.jersey.apache.connector
Classes in org.glassfish.jersey.apache.connector with annotations of type PropertiesClass Modifier and Type Class Description class
ApacheClientProperties
Configuration options specific to the Client API that utilizesApacheConnectorProvider
. -
Uses of PropertiesClass in org.glassfish.jersey.client
Classes in org.glassfish.jersey.client with annotations of type PropertiesClass Modifier and Type Class Description class
ClientProperties
Jersey client implementation configuration properties. -
Uses of PropertiesClass in org.glassfish.jersey.internal
Classes in org.glassfish.jersey.internal with annotations of type PropertiesClass Modifier and Type Class Description class
InternalProperties
Internal common (server/client) Jersey configuration properties. -
Uses of PropertiesClass in org.glassfish.jersey.jdk.connector
Classes in org.glassfish.jersey.jdk.connector with annotations of type PropertiesClass Modifier and Type Class Description class
JdkConnectorProperties
Configuration options specific toJdkConnector
. -
Uses of PropertiesClass in org.glassfish.jersey.jetty.connector
Classes in org.glassfish.jersey.jetty.connector with annotations of type PropertiesClass Modifier and Type Class Description class
JettyClientProperties
Configuration options specific to the Client API that utilizesJettyConnectorProvider
. -
Uses of PropertiesClass in org.glassfish.jersey.media.multipart
Classes in org.glassfish.jersey.media.multipart with annotations of type PropertiesClass Modifier and Type Class Description class
MultiPartProperties
Injectable JavaBean containing the configuration parameters forjersey-multipart
as used in this particular application. -
Uses of PropertiesClass in org.glassfish.jersey.message
Classes in org.glassfish.jersey.message with annotations of type PropertiesClass Modifier and Type Class Description class
MessageProperties
Jersey configuration properties for message & entity processing. -
Uses of PropertiesClass in org.glassfish.jersey.server
Classes in org.glassfish.jersey.server with annotations of type PropertiesClass Modifier and Type Class Description class
ServerProperties
Jersey server-side configuration properties. -
Uses of PropertiesClass in org.glassfish.jersey.server.internal
Classes in org.glassfish.jersey.server.internal with annotations of type PropertiesClass Modifier and Type Class Description class
InternalServerProperties
Jersey internal server-side configuration properties. -
Uses of PropertiesClass in org.glassfish.jersey.server.oauth1
Classes in org.glassfish.jersey.server.oauth1 with annotations of type PropertiesClass Modifier and Type Class Description class
OAuth1ServerProperties
Properties used to configure OAuth server module. -
Uses of PropertiesClass in org.glassfish.jersey.servlet
Classes in org.glassfish.jersey.servlet with annotations of type PropertiesClass Modifier and Type Class Description class
ServletProperties
Jersey servlet container configuration properties.
-