Klasse HttpServer
java.lang.Object
org.aktin.broker.admin.standalone.HttpServer
Run a standalone broker server from the command line.
To update the subject_DN in the database, specify a system
property rewriteNodeDN. In this case, all stored node
subject DN values are rewritten with the values loaded from the
API key properties file.
- Autor:
- R.W.Majeed
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoiddestroy()voidjoin()static voidRun a standalone broker server from the command line.voidstart(InetSocketAddress addr) protected voidstart_local(int port) voidstop()
-
Konstruktordetails
-
HttpServer
- Löst aus:
SQLExceptionIOException
-
-
Methodendetails
-
start_local
- Löst aus:
Exception
-
getBrokerServiceURI
-
start
- Löst aus:
Exception
-
join
- Löst aus:
InterruptedException
-
destroy
- Löst aus:
Exception
-
stop
- Löst aus:
Exception
-
main
Run a standalone broker server from the command line.- Parameter:
args- command line arguments: port can be specified optionally- Löst aus:
Exception- any error
-