Uses of Interface
org.glassfish.jersey.apache.connector.ApacheConnectionClosingStrategy
-
-
Uses of ApacheConnectionClosingStrategy in org.glassfish.jersey.apache.connector
Classes in org.glassfish.jersey.apache.connector that implement ApacheConnectionClosingStrategy Modifier and Type Class Description static classApacheConnectionClosingStrategy.GracefulClosingStrategyStrategy that aborts Apache HttpRequests for the case of Chunked Stream, closes the stream, and response next.static classApacheConnectionClosingStrategy.ImmediateClosingStrategyStrategy that closes the response and content stream next.
-