public abstract class AbstractServerFactory extends Object implements ServerFactory
| Constructor and Description |
|---|
AbstractServerFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract Server |
createServer(int port) |
Server |
getServer(int port) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisAvailablepublic final Server getServer(int port)
getServer in interface ServerFactorypublic abstract Server createServer(int port)
Copyright © 2017 JBoss by Red Hat. All rights reserved.