Package 

Interface ExtendedRequestInfo


  • 
    public interface ExtendedRequestInfo
    
                        

    This interface indicates that the request supports non HTTP-specified methods.

    • Method Summary

      Modifier and Type Method Description
      abstract <T extends Any> T tag(Class<out T> type) Returns the tag attached with type as a key, or null if no tag is attached with that key.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • tag

         abstract <T extends Any> T tag(Class<out T> type)

        Returns the tag attached with type as a key, or null if no tag is attached with that key.