Group: com.mattunderscore - All Dependencies

icon
shh-core 0.2.8

Structured HTTP Headers Core · Core and shared code for parsing HTTP headers into structures.

Jul 26, 2014
4 usages
icon
filter-utils 0.2.8

Filter Utilities · 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.

Jul 26, 2014
2 usages
icon
shh-language 0.2.8

Structured HTTP Language Headers · Parse language HTTP headers into structured representations.

Jul 26, 2014
1 usages
icon

HTTP Structured Headers · 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.

Mar 10, 2013
1 usages
icon

Structured HTTP Headers · 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.

Jul 26, 2014
1 usages
icon
shh-encoding 0.2.8

Structured HTTP Encoding Headers · Parse encoding HTTP headers into structured representations.

Jul 26, 2014
1 usages
icon

Structured HTTP Content Type Headers · Parse content type HTTP headers into structured representations.

Jul 26, 2014
1 usages
icon

Mattunderscore Common Parent · Common parent for other projects. Configures dependency and plugin versions. Configures how to release the project.

Apr 29, 2018
0 stars
icon

Jul 23, 2016
0 stars
icon

Structured HTTP User Agent Headers · Parse user agent HTTP headers into structured representations.

Jul 26, 2014
icon

Content Negotiation Filter · This Content Negotiation Filter provides a content negotiation filter for Java EE 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 'xmlInputFile' filter parameter. This XML file is parsed with the class 'com.mattunderscore.filter.contentnegotiation.variantsource.FilterVariantXMLSource'. This class can be overridden with the 'variantSource' filter parameter. The XML parser is implemented as a SAX parser. The SAX handler class can be overridden by the saxHandlerClass filter parameter. The 'variantSource' parameter can take any class that implements the 'com.mattunderscore.filter.contentnegotiation.variantsource.VariantSource'.

Jul 26, 2014
icon
shh-all 0.2.8

Structured HTTP All Headers · Uberjar containing all headers

Jul 26, 2014
icon

Rated Executor · A library of rate limited executors. The executors in this library will execute tasks no faster than some rate. It also exposes many of the generic components to used to construct these executors.

Nov 08, 2013
0 stars
icon
ws-utils 0.2.8

Web Server Utilities · 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.

Jul 26, 2014

Advertisement

Top Dependency Usages

Feb 13, 2021
95.1k usages
8.4k stars
Jun 02, 2023
69.4k usages
14.2k stars
Mar 17, 2023
51k usages
2.1k stars
Jul 31, 2023
27.1k usages
49k stars
Aug 09, 2023
25k usages
2.7k stars