Class ExtendedFailedServletDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.service.http.runtime.dto.BaseServletDTO
org.osgi.service.http.runtime.dto.ServletDTO
org.osgi.service.http.runtime.dto.FailedServletDTO
org.eclipse.equinox.http.servlet.dto.ExtendedFailedServletDTO
Deprecated.
This type may become irrelevant if the properties appear as part of a future
OSGi Http Whiteboard specification.
-
Field Summary
Fields inherited from class org.osgi.service.http.runtime.dto.FailedServletDTO
failureReason
Fields inherited from class org.osgi.service.http.runtime.dto.ServletDTO
multipartEnabled, multipartFileSizeThreshold, multipartLocation, multipartMaxFileSize, multipartMaxRequestSize, patterns
Fields inherited from class org.osgi.service.http.runtime.dto.BaseServletDTO
asyncSupported, initParams, name, serviceId, servletContextId, servletInfo
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ExtendedFailedServletDTO
public ExtendedFailedServletDTO()Deprecated.
-