org.wildfly.extras.creaper.commands.undertow
Class AddUndertowListener

java.lang.Object
  extended by org.wildfly.extras.creaper.commands.undertow.AddUndertowListener
All Implemented Interfaces:
Command, OnlineCommand

public final class AddUndertowListener
extends Object
implements OnlineCommand

Command which creates HTTP/HTTPS/AJP listener in the Undertow subsystem.


Nested Class Summary
static class AddUndertowListener.AjpBuilder
          Builder for adding an AJP listener.
static class AddUndertowListener.HttpBuilder
          Builder for adding an HTTP listener.
static class AddUndertowListener.HttpsBuilder
          Builder for adding an HTTPS listener
 
Method Summary
 void apply(OnlineCommandContext ctx)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

apply

public void apply(OnlineCommandContext ctx)
           throws CommandFailedException,
                  IOException
Specified by:
apply in interface OnlineCommand
Throws:
CommandFailedException
IOException

toString

public String toString()
Specified by:
toString in interface OnlineCommand
Overrides:
toString in class Object


Copyright © 2016. All rights reserved.