Class HttpServletNonMaterialisedHttpHeaders
java.lang.Object
net.officefloor.server.http.servlet.HttpServletNonMaterialisedHttpHeaders
- All Implemented Interfaces:
Iterable<NonMaterialisedHttpHeader>,NonMaterialisedHttpHeaders
public class HttpServletNonMaterialisedHttpHeaders
extends Object
implements NonMaterialisedHttpHeaders
HttpServlet NonMaterialisedHttpHeaders.- Author:
- Daniel Sagenschneider
-
Constructor Summary
ConstructorsConstructorDescriptionHttpServletNonMaterialisedHttpHeaders(jakarta.servlet.http.HttpServletRequest asyncRequest) Instantiate. -
Method Summary
Modifier and TypeMethodDescriptioniterator()intlength()Obtains the number ofNonMaterialisedHttpHeaderinstances.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
HttpServletNonMaterialisedHttpHeaders
public HttpServletNonMaterialisedHttpHeaders(jakarta.servlet.http.HttpServletRequest asyncRequest) Instantiate.- Parameters:
asyncRequest-HttpServletRequest.
-
-
Method Details
-
iterator
- Specified by:
iteratorin interfaceIterable<NonMaterialisedHttpHeader>
-
length
public int length()Description copied from interface:NonMaterialisedHttpHeadersObtains the number ofNonMaterialisedHttpHeaderinstances.- Specified by:
lengthin interfaceNonMaterialisedHttpHeaders- Returns:
- Number of
NonMaterialisedHttpHeaderinstances.
-