Uses of Class
org.glassfish.grizzly.spdy.PushResource.PushResourceBuilder
Packages that use PushResource.PushResourceBuilder
-
Uses of PushResource.PushResourceBuilder in org.glassfish.grizzly.spdy
Methods in org.glassfish.grizzly.spdy that return PushResource.PushResourceBuilderModifier and TypeMethodDescriptionPushResource.builder()PushResource.PushResourceBuilder.contentType(String contentType) Sets the push data content-type.Adds additional header to be pushed.Adds additional header to be pushed.PushResource.PushResourceBuilder.priority(int priority) Sets the SPDY stream priority to be used.Sets theSourceto be pushed.PushResource.PushResourceBuilder.statusCode(int statusCode) Sets the HTTP status to be pushed along with the resource.PushResource.PushResourceBuilder.statusCode(int statusCode, String reasonPhrase) Sets the HTTP status and the reason phrase to be pushed along with the resource.PushResource.PushResourceBuilder.statusCode(org.glassfish.grizzly.http.util.HttpStatus statusCode) Sets theHttpStatusto be pushed along with the resource.