Home
last modified time | relevance | path

Searched refs:setDispatcherType (Results 1 – 3 of 3) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/server/
DDispatcher.java137 baseRequest.setDispatcherType(DispatcherType.INCLUDE); in include()
191 baseRequest.setDispatcherType(old_type); in include()
226 baseRequest.setDispatcherType(dispatch); in forward()
292 baseRequest.setDispatcherType(old_type); in forward()
DAbstractHttpConnection.java492 _request.setDispatcherType(DispatcherType.REQUEST); in handleRequest()
504 _request.setDispatcherType(DispatcherType.ERROR); in handleRequest()
518 _request.setDispatcherType(DispatcherType.ASYNC); in handleRequest()
DRequest.java1780 public void setDispatcherType(DispatcherType type) in setDispatcherType() method in Request