public class UndertowBootstrap extends Object
| Constructor and Description |
|---|
UndertowBootstrap(String host,
int port,
ScheduledExecutorService executor,
Optional<ReadOnlyChannel> appendReadOnlyChannel) |
| Modifier and Type | Method and Description |
|---|---|
void |
bootstrap(Consumer<Boolean> completionHandler) |
protected org.jboss.pnc.buildagent.termserver.Term |
createNewTerm(String invokerContext,
Optional<ReadOnlyChannel> appendReadOnlyChannel) |
String |
getHost() |
int |
getPort() |
Map<String,org.jboss.pnc.buildagent.termserver.Term> |
getTerms() |
protected void |
handleWebSocketRequests(io.undertow.server.HttpServerExchange exchange,
String termPath,
String processUpdatePath) |
void |
stop() |
public UndertowBootstrap(String host, int port, ScheduledExecutorService executor, Optional<ReadOnlyChannel> appendReadOnlyChannel)
protected void handleWebSocketRequests(io.undertow.server.HttpServerExchange exchange,
String termPath,
String processUpdatePath)
throws Exception
Exceptionprotected org.jboss.pnc.buildagent.termserver.Term createNewTerm(String invokerContext, Optional<ReadOnlyChannel> appendReadOnlyChannel)
public void stop()
public String getHost()
public int getPort()
Copyright © 2015. All rights reserved.