Uses of Interface
org.glassfish.jersey.server.CloseableService
-
Packages that use CloseableService Package Description org.glassfish.jersey.media.multipart.internal Jersey multipart media support internal classes.org.glassfish.jersey.server.internal.process Jersey server-side internal classes related to request and response processing. -
-
Uses of CloseableService in org.glassfish.jersey.media.multipart.internal
Fields in org.glassfish.jersey.media.multipart.internal with type parameters of type CloseableService Modifier and Type Field Description private javax.inject.Provider<CloseableService>
MultiPartReaderServerSide. closeableServiceProvider
Constructor parameters in org.glassfish.jersey.media.multipart.internal with type arguments of type CloseableService Constructor Description MultiPartReaderServerSide(javax.ws.rs.ext.Providers providers, javax.inject.Provider<CloseableService> closeableServiceProvider)
-
Uses of CloseableService in org.glassfish.jersey.server.internal.process
Classes in org.glassfish.jersey.server.internal.process that implement CloseableService Modifier and Type Class Description (package private) class
DefaultCloseableService
Default implementation ofCloseableService
.Fields in org.glassfish.jersey.server.internal.process declared as CloseableService Modifier and Type Field Description private CloseableService
RequestProcessingContext. closeableService
Methods in org.glassfish.jersey.server.internal.process that return CloseableService Modifier and Type Method Description CloseableService
RequestProcessingContext. closeableService()
Get closeable service associated with the request.CloseableService
RequestProcessingConfigurator.CloseableServiceFactory. get()
-