All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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
Artifact structured-http-headers
Group com.mattunderscore
Version 0.2.3


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)

Group: com.mattunderscore Artifact: mattunderscore-build-rules
Show source 
Download mattunderscore-build-rules.jar (1.0.0)
 

0 downloads


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.

Group: com.mattunderscore Artifact: content-negotiation
Show documentation Show source 
Download content-negotiation.jar (0.2.8)
 

0 downloads
Artifact content-negotiation
Group com.mattunderscore
Version 0.2.8


shh-all from group com.mattunderscore (version 0.2.8)

Uberjar containing all headers

Group: com.mattunderscore Artifact: shh-all
Show documentation Show source 
Download shh-all.jar (0.2.8)
 

0 downloads
Artifact shh-all
Group com.mattunderscore
Version 0.2.8


shh-user-agent from group com.mattunderscore (version 0.2.8)

Parse user agent HTTP headers into structured representations.

Group: com.mattunderscore Artifact: shh-user-agent
Show documentation Show source 
Download shh-user-agent.jar (0.2.8)
 

0 downloads
Artifact shh-user-agent
Group com.mattunderscore
Version 0.2.8


shh-content-type from group com.mattunderscore (version 0.2.8)

Parse content type HTTP headers into structured representations.

Group: com.mattunderscore Artifact: shh-content-type
Show documentation Show source 
Download shh-content-type.jar (0.2.8)
 

0 downloads
Artifact shh-content-type
Group com.mattunderscore
Version 0.2.8


shh-encoding from group com.mattunderscore (version 0.2.8)

Parse encoding HTTP headers into structured representations.

Group: com.mattunderscore Artifact: shh-encoding
Show documentation Show source 
Download shh-encoding.jar (0.2.8)
 

0 downloads
Artifact shh-encoding
Group com.mattunderscore
Version 0.2.8


shh-language from group com.mattunderscore (version 0.2.8)

Parse language HTTP headers into structured representations.

Group: com.mattunderscore Artifact: shh-language
Show documentation Show source 
Download shh-language.jar (0.2.8)
 

0 downloads
Artifact shh-language
Group com.mattunderscore
Version 0.2.8


shh-core from group com.mattunderscore (version 0.2.8)

Core and shared code for parsing HTTP headers into structures.

Group: com.mattunderscore Artifact: shh-core
Show documentation Show source 
Download shh-core.jar (0.2.8)
 

0 downloads
Artifact shh-core
Group com.mattunderscore
Version 0.2.8


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
Artifact structured-http-headers
Group com.mattunderscore
Version 0.2.8


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.

Group: com.mattunderscore Artifact: filter-utils
Show documentation Show source 
Download filter-utils.jar (0.2.8)
 

0 downloads
Artifact filter-utils
Group com.mattunderscore
Version 0.2.8


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
Artifact ws-utils
Group com.mattunderscore
Version 0.2.8


rated-executor from group com.mattunderscore (version 0.1.1)

Executors that will execute tasks faster than some rate.

Group: com.mattunderscore Artifact: rated-executor
Show documentation Show source 
Download rated-executor.jar (0.1.1)
 

0 downloads
Artifact rated-executor
Group com.mattunderscore
Version 0.1.1


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.

Group: com.mattunderscore Artifact: http-structured-headers
Show documentation Show source 
Download http-structured-headers.jar (0.1.2)
 

0 downloads
Artifact http-structured-headers
Group com.mattunderscore
Version 0.1.2




Page 1 from 1 (items total 15)


© 2015 - 2025 Weber Informatics LLC | Privacy Policy