--- /tmp/servlet-api-4.0.1-29ytwsm2v/debian/libservlet-api-java-doc_4.0.1-2_all.deb +++ libservlet-api-java-doc_4.0.1-2_all.deb ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── file list │ │ │ @@ -7,15 +7,15 @@ │ │ │ -rw-r--r-- 0 root (0) root (0) 38023 2019-01-14 23:46:29.000000 ./usr/share/doc/libservlet-api-java/api/allclasses-index.html │ │ │ -rw-r--r-- 0 root (0) root (0) 12368 2019-01-14 23:46:29.000000 ./usr/share/doc/libservlet-api-java/api/allclasses.html │ │ │ -rw-r--r-- 0 root (0) root (0) 5689 2019-01-14 23:46:29.000000 ./usr/share/doc/libservlet-api-java/api/allpackages-index.html │ │ │ -rw-r--r-- 0 root (0) root (0) 39042 2019-01-14 23:46:29.000000 ./usr/share/doc/libservlet-api-java/api/constant-values.html │ │ │ -rw-r--r-- 0 root (0) root (0) 19695 2019-01-14 23:46:29.000000 ./usr/share/doc/libservlet-api-java/api/deprecated-list.html │ │ │ -rw-r--r-- 0 root (0) root (0) 83 2019-01-14 23:46:29.000000 ./usr/share/doc/libservlet-api-java/api/element-list │ │ │ -rw-r--r-- 0 root (0) root (0) 10502 2019-01-14 23:46:29.000000 ./usr/share/doc/libservlet-api-java/api/help-doc.html │ │ │ --rw-r--r-- 0 root (0) root (0) 372573 2019-01-14 23:46:29.000000 ./usr/share/doc/libservlet-api-java/api/index-all.html │ │ │ +-rw-r--r-- 0 root (0) root (0) 372729 2019-01-14 23:46:29.000000 ./usr/share/doc/libservlet-api-java/api/index-all.html │ │ │ -rw-r--r-- 0 root (0) root (0) 6219 2019-01-14 23:46:29.000000 ./usr/share/doc/libservlet-api-java/api/index.html │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2019-01-14 23:46:29.000000 ./usr/share/doc/libservlet-api-java/api/javax/ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2019-01-14 23:46:29.000000 ./usr/share/doc/libservlet-api-java/api/javax/servlet/ │ │ │ -rw-r--r-- 0 root (0) root (0) 53903 2019-01-14 23:46:29.000000 ./usr/share/doc/libservlet-api-java/api/javax/servlet/AsyncContext.html │ │ │ -rw-r--r-- 0 root (0) root (0) 23051 2019-01-14 23:46:29.000000 ./usr/share/doc/libservlet-api-java/api/javax/servlet/AsyncEvent.html │ │ │ -rw-r--r-- 0 root (0) root (0) 18601 2019-01-14 23:46:29.000000 ./usr/share/doc/libservlet-api-java/api/javax/servlet/AsyncListener.html │ │ │ -rw-r--r-- 0 root (0) root (0) 18698 2019-01-14 23:46:29.000000 ./usr/share/doc/libservlet-api-java/api/javax/servlet/DispatcherType.html │ │ ├── ./usr/share/doc/libservlet-api-java/api/index-all.html │ │ │ @@ -215,45 +215,45 @@ │ │ │ │ │ │
ASYNC - javax.servlet.DispatcherType
│ │ │
 
│ │ │
ASYNC_CONTEXT_PATH - Static variable in interface javax.servlet.AsyncContext
│ │ │
│ │ │
The name of the request attribute under which the original │ │ │ context path is made available to the target of a │ │ │ - dispatch(String) or dispatch(ServletContext,String)
│ │ │ + AsyncContext.dispatch(String) or AsyncContext.dispatch(ServletContext,String) │ │ │
│ │ │
ASYNC_MAPPING - Static variable in interface javax.servlet.AsyncContext
│ │ │
│ │ │
The name of the request attribute under which the original │ │ │ HttpServletMapping is made available to the target of a │ │ │ - dispatch(String) or dispatch(ServletContext,String)
│ │ │ + AsyncContext.dispatch(String) or AsyncContext.dispatch(ServletContext,String) │ │ │
│ │ │
ASYNC_PATH_INFO - Static variable in interface javax.servlet.AsyncContext
│ │ │
│ │ │
The name of the request attribute under which the original │ │ │ path info is made available to the target of a │ │ │ - dispatch(String) or dispatch(ServletContext,String)
│ │ │ + AsyncContext.dispatch(String) or AsyncContext.dispatch(ServletContext,String) │ │ │
│ │ │
ASYNC_QUERY_STRING - Static variable in interface javax.servlet.AsyncContext
│ │ │
│ │ │
The name of the request attribute under which the original │ │ │ query string is made available to the target of a │ │ │ - dispatch(String) or dispatch(ServletContext,String)
│ │ │ + AsyncContext.dispatch(String) or AsyncContext.dispatch(ServletContext,String) │ │ │
│ │ │
ASYNC_REQUEST_URI - Static variable in interface javax.servlet.AsyncContext
│ │ │
│ │ │
The name of the request attribute under which the original │ │ │ request URI is made available to the target of a │ │ │ - dispatch(String) or dispatch(ServletContext,String)
│ │ │ + AsyncContext.dispatch(String) or AsyncContext.dispatch(ServletContext,String) │ │ │
│ │ │
ASYNC_SERVLET_PATH - Static variable in interface javax.servlet.AsyncContext
│ │ │
│ │ │
The name of the request attribute under which the original │ │ │ servlet path is made available to the target of a │ │ │ - dispatch(String) or dispatch(ServletContext,String)
│ │ │ + AsyncContext.dispatch(String) or AsyncContext.dispatch(ServletContext,String) │ │ │
│ │ │
AsyncContext - Interface in javax.servlet
│ │ │
│ │ │
Class representing the execution context for an asynchronous operation │ │ │ that was initiated on a ServletRequest.
│ │ │
│ │ │
AsyncEvent - Class in javax.servlet