Class HandlerService

java.lang.Object
org.wildfly.extension.undertow.handlers.HandlerService
All Implemented Interfaces:
org.jboss.msc.Service, org.jboss.msc.service.Service<io.undertow.server.HttpHandler>, org.jboss.msc.value.Value<io.undertow.server.HttpHandler>

public final class HandlerService extends Object implements org.jboss.msc.service.Service<io.undertow.server.HttpHandler>
Author:
Tomaz Cerar (c) 2013 Red Hat Inc., Richard Opalka
  • Field Summary

    Fields inherited from interface org.jboss.msc.service.Service

    NULL
  • Method Summary

    Modifier and Type
    Method
    Description
    io.undertow.server.HttpHandler
     
    void
    start(org.jboss.msc.service.StartContext context)
     
    void
    stop(org.jboss.msc.service.StopContext context)
     

    Methods inherited from class java.lang.Object

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

    • start

      public void start(org.jboss.msc.service.StartContext context)
      Specified by:
      start in interface org.jboss.msc.Service
    • stop

      public void stop(org.jboss.msc.service.StopContext context)
      Specified by:
      stop in interface org.jboss.msc.Service
    • getValue

      public io.undertow.server.HttpHandler getValue() throws IllegalStateException, IllegalArgumentException
      Specified by:
      getValue in interface org.jboss.msc.value.Value<io.undertow.server.HttpHandler>
      Throws:
      IllegalStateException
      IllegalArgumentException