public class Jetty9PushBuilder extends Object implements PushBuilder
Constructor and Description |
---|
Jetty9PushBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
push(javax.servlet.http.HttpServletRequest httpServletRequest,
PushItem... pushItems)
Pushes the given paths with the push builder received from the http servlet request
|
public void push(javax.servlet.http.HttpServletRequest httpServletRequest, PushItem... pushItems)
PushBuilder
push
in interface PushBuilder
httpServletRequest
- the http servlet request to get the push builder frompushItems
- the pushItems of the resources to be pushedCopyright © 2006–2022 Apache Software Foundation. All rights reserved.