Package org.jboss.as.process.protocol
Class ProtocolServer
- java.lang.Object
-
- org.jboss.as.process.protocol.ProtocolServer
-
public final class ProtocolServer extends Object
- Author:
- David M. Lloyd
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProtocolServer.Configuration
-
Constructor Summary
Constructors Constructor Description ProtocolServer(ProtocolServer.Configuration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InetSocketAddressgetBoundAddress()voidstart()voidstop()
-
-
-
Constructor Detail
-
ProtocolServer
public ProtocolServer(ProtocolServer.Configuration configuration) throws IOException
- Throws:
IOException
-
-
Method Detail
-
start
public void start() throws IOException- Throws:
IOException
-
stop
public void stop()
-
getBoundAddress
public InetSocketAddress getBoundAddress()
-
-