Class SSLJerseyTest


  • public abstract class SSLJerseyTest
    extends Object
    • Constructor Detail

      • SSLJerseyTest

        public SSLJerseyTest()
      • SSLJerseyTest

        public SSLJerseyTest​(org.glassfish.jersey.test.spi.TestContainerFactory testContainerFactory)
      • SSLJerseyTest

        public SSLJerseyTest​(javax.ws.rs.core.Application jaxrsApplication)
    • Method Detail

      • closeIfNotNull

        public static void closeIfNotNull​(javax.ws.rs.client.Client... clients)
      • enable

        protected final void enable​(String featureName)
      • disable

        protected final void disable​(String featureName)
      • forceEnable

        protected final void forceEnable​(String featureName)
      • forceDisable

        protected final void forceDisable​(String featureName)
      • set

        protected final void set​(String propertyName,
                                 Object value)
      • set

        protected final void set​(String propertyName,
                                 String value)
      • forceSet

        protected final void forceSet​(String propertyName,
                                      String value)
      • isEnabled

        protected final boolean isEnabled​(String propertyName)
      • configure

        protected javax.ws.rs.core.Application configure()
      • configureDeployment

        protected org.glassfish.jersey.test.DeploymentContext configureDeployment()
      • getTestContainerFactory

        protected org.glassfish.jersey.test.spi.TestContainerFactory getTestContainerFactory()
                                                                                      throws org.glassfish.jersey.test.spi.TestContainerException
        Throws:
        org.glassfish.jersey.test.spi.TestContainerException
      • target

        public final javax.ws.rs.client.WebTarget target()
      • target

        public final javax.ws.rs.client.WebTarget target​(String path)
      • client

        public final javax.ws.rs.client.Client client()
      • getClient

        protected javax.ws.rs.client.Client getClient()
      • setClient

        protected javax.ws.rs.client.Client setClient​(javax.ws.rs.client.Client client)
      • configureClient

        protected void configureClient​(org.glassfish.jersey.client.ClientConfig config)
      • getBaseUri

        protected URI getBaseUri()
      • getPort

        protected final int getPort()
      • close

        public final void close​(javax.ws.rs.core.Response... responses)