public final class ProtocolServer extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ProtocolServer.Configuration |
Constructor and Description |
---|
ProtocolServer(ProtocolServer.Configuration configuration) |
Modifier and Type | Method and Description |
---|---|
InetSocketAddress |
getBoundAddress() |
void |
start() |
void |
stop() |
public ProtocolServer(ProtocolServer.Configuration configuration) throws IOException
IOException
public void start() throws IOException
IOException
public void stop()
public InetSocketAddress getBoundAddress()
Copyright © 2023 JBoss by Red Hat. All rights reserved.