
Download com.mattunderscore JAR files with all dependencies
structured-http-headers from group com.mattunderscore (version 0.2.3)
Allows HTTP headers to be represented in a structured way. The parsers for each header field are represented as separate classes implementing the 'com.mattunderscore.http.headers.HeaderParser' interface. The values of each header field are represented as separate classes implementing the 'com.mattunderscore.http.headers.HeaderFieldElement' interface. Where a header field has a list of values each of these values is represented as a separate object of the same class. When these values are qualified the class implements the 'com.mattunderscore.http.headers.Qualified' interface.
Group: com.mattunderscore Artifact: structured-http-headers
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads
mattunderscore-common-parent from group com.mattunderscore (version 1.3.0)
Common parent for other projects.
Configures dependency and plugin versions.
Configures how to release the project.
Group: com.mattunderscore Artifact: mattunderscore-common-parent
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
mattunderscore-build-rules from group com.mattunderscore (version 1.0.0)
content-negotiation from group com.mattunderscore (version 0.2.8)
This Content Negotiation Filter provides a content negotiation filter for Java servlet containers. The content negotiation algorithm is based on the Apache Negotiation Algorithm but lacks support for the encoding and character set. The variants can be configured through an XML file, negotiation.xml, in the WEB-INF/classes directory. This file can be overriden with the 'negotiation' filter parameter. This XML file is parsed with the class 'com.mattunderscore.filter.contentnegotiation.parser.NegotiationDOMParser'. This class can be overriden with the 'negotiationParser' filter parameter. It is intended that a more efficient SAX parser will be implemented later. Alternative parsers or XML representations are supported so long as the parser implements the 'com.mattunderscore.filter.contentnegotiation.parser.NegotiationXMLParser' interface and returns a list of 'com.mattunderscore.filter.contentnegotiation.parser.Variant' objects.
shh-all from group com.mattunderscore (version 0.2.8)
Uberjar containing all headers
shh-user-agent from group com.mattunderscore (version 0.2.8)
Parse user agent HTTP headers into structured representations.
shh-content-type from group com.mattunderscore (version 0.2.8)
Parse content type HTTP headers into structured representations.
shh-encoding from group com.mattunderscore (version 0.2.8)
Parse encoding HTTP headers into structured representations.
shh-language from group com.mattunderscore (version 0.2.8)
Parse language HTTP headers into structured representations.
shh-core from group com.mattunderscore (version 0.2.8)
Core and shared code for parsing HTTP headers into structures.
structured-http-headers from group com.mattunderscore (version 0.2.8)
Allows HTTP headers to be represented in a structured way. The parsers for each header field are represented as separate classes implementing the 'com.mattunderscore.http.headers.HeaderParser' interface. The values of each header field are represented as separate classes implementing the 'com.mattunderscore.http.headers.HeaderFieldElement' interface. Where a header field has a list of values each of these values is represented as a separate object of the same class. When these values are qualified the class implements the 'com.mattunderscore.http.headers.Qualified' interface.
Group: com.mattunderscore Artifact: structured-http-headers
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
filter-utils from group com.mattunderscore (version 0.2.8)
Provides basic support of servlet filter. Boilerplate code etc. It provides a boilerplate implementation of the Filter interface. The GenericFilter provides a getter and setter for the FilterConfig object and ensures that this is set when init is called. The init method also calls the configureFilter method after the FilterConfig object is set and can be used by subclasses to process the filter config during initiation. It also provides an empty implementation of the destory method. The only method that requires implementation is the doFilter method. The GenericHTTPFilter extends the GenericFilter class, it provides a doFilter method that attempts to cast the ServletRequest and ServletResponse objects to HttpServletRequest and HttpServletResponse objects. If these objects can be cast successfuly then it calls the doHTTPFilter method and passes the cast objects references. If the objects cannot be cast a ServletException is thrown. The doHTTPFilter method is abstract and must be implemented by subclasses.
ws-utils from group com.mattunderscore (version 0.2.8)
Web server utilities for Java EE, servlet containers, etc. This currently provides support for HTTP filters, HTTP header parsing and content negotiation. This project servers as the parent to severals modules that provide these features.
Group: com.mattunderscore Artifact: ws-utils
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
rated-executor from group com.mattunderscore (version 0.1.1)
Executors that will execute tasks faster than some rate.
http-structured-headers from group com.mattunderscore (version 0.1.2)
Allows HTTP headers to be represented in a structured way. The parsers for each header field are represented as separate classes implementing the 'com.mattunderscore.http.headers.HeaderParser' interface. The values of each header field are represented as separate classes implementing the 'com.mattunderscore.http.headers.HeaderFieldElement' interface. Where a header field has a list of values each of these values is represented as a separate object of the same class. When these values are qualified the class implements the 'com.mattunderscore.http.headers.Qualified' interface.
0 downloads
Page 1 from 1 (items total 15)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy