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

Download com.mattunderscore JAR files with all dependencies

Search JAR files by class name

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 all versions Show documentation Show source 
 

0 downloads
Artifact filter-utils
Group com.mattunderscore
Version 0.2.8
Last update 26. July 2014
Organization not specified
URL http://www.mattunderscore.com/ws-utils/filter-utils/
License New BSD License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

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
Show all versions 
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
Last update 26. July 2014
Organization not specified
URL http://www.mattunderscore.com/ws-utils/
License New BSD License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

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

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.

Group: com.mattunderscore Artifact: rated-executor
Show all versions Show documentation Show source 
 

0 downloads
Artifact rated-executor
Group com.mattunderscore
Version 0.1.1
Last update 08. November 2013
Organization not specified
URL http://www.mattunderscore.com/rated-executor/
License BSD 3-clause License
Dependencies amount 1
Dependencies jcip-annotations,
There are maybe transitive dependencies!

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 all versions Show documentation Show source 
 

0 downloads
Artifact http-structured-headers
Group com.mattunderscore
Version 0.1.2
Last update 10. March 2013
Organization not specified
URL http://www.mattunderscore.com/article?articleId=11
License New BSD License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 2 from 2 (items total 14)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy