Class UrlCallback

  • All Implemented Interfaces:
    kotlin.Function , kotlin.Function1

    
    public final class UrlCallback
     implements Function1<HttpContext, HttpContext>
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      HttpContext invoke(HttpContext context)
      • Methods inherited from class java.lang.Object

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

      • UrlCallback

        UrlCallback(String url)
      • UrlCallback

        UrlCallback(URL url)
    • Method Detail

      • invoke

         HttpContext invoke(HttpContext context)