Klasse BaseInterlibraryServerModule
java.lang.Object
org.xbib.interlibrary.http.server.BaseInterlibraryServerModule
- Alle implementierten Schnittstellen:
InterlibraryServerModule
,org.xbib.net.http.server.application.ApplicationModule
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetName()
void
installEventServices
(org.xbib.event.common.EventManager.EventManagerBuilder builder) void
installInto
(InterlibraryServer interlibraryServer, org.xbib.net.http.server.domain.HttpSecurityDomain securityDomain, org.xbib.net.http.server.domain.HttpDomainBuilder domainBuilder) void
void
void
onFail
(org.xbib.net.http.server.route.HttpRouterContext httpRouterContext, org.xbib.net.http.server.service.HttpService httpService, org.xbib.net.http.server.HttpRequest httpRequest, Throwable throwable) void
void
onOpen
(org.xbib.net.http.server.route.HttpRouterContext httpRouterContext) void
onOpen
(org.xbib.net.http.server.route.HttpRouterContext httpRouterContext, org.xbib.net.http.server.service.HttpService httpService, org.xbib.net.http.server.HttpRequest httpRequest) void
onOpen
(org.xbib.net.http.server.session.Session session) void
void
onSuccess
(org.xbib.net.http.server.route.HttpRouterContext httpRouterContext) void
onSuccess
(org.xbib.net.http.server.route.HttpRouterContext httpRouterContext, org.xbib.net.http.server.service.HttpService httpService, org.xbib.net.http.server.HttpRequest httpRequest) void
onSuccess
(org.xbib.net.http.server.session.Session session)
-
Konstruktordetails
-
BaseInterlibraryServerModule
public BaseInterlibraryServerModule()
-
-
Methodendetails
-
installEventServices
public void installEventServices(org.xbib.event.common.EventManager.EventManagerBuilder builder) - Angegeben von:
installEventServices
in SchnittstelleInterlibraryServerModule
-
installInto
public void installInto(InterlibraryServer interlibraryServer, org.xbib.net.http.server.domain.HttpSecurityDomain securityDomain, org.xbib.net.http.server.domain.HttpDomainBuilder domainBuilder) - Angegeben von:
installInto
in SchnittstelleInterlibraryServerModule
-
getName
- Angegeben von:
getName
in Schnittstelleorg.xbib.net.http.server.application.ApplicationModule
-
onOpen
public void onOpen(org.xbib.net.http.server.route.HttpRouterContext httpRouterContext) - Angegeben von:
onOpen
in Schnittstelleorg.xbib.net.http.server.application.ApplicationModule
-
onSuccess
public void onSuccess(org.xbib.net.http.server.route.HttpRouterContext httpRouterContext) - Angegeben von:
onSuccess
in Schnittstelleorg.xbib.net.http.server.application.ApplicationModule
-
onFail
public void onFail(org.xbib.net.http.server.route.HttpRouterContext httpRouterContext, Throwable throwable) - Angegeben von:
onFail
in Schnittstelleorg.xbib.net.http.server.application.ApplicationModule
-
onOpen
public void onOpen(org.xbib.net.http.server.route.HttpRouterContext httpRouterContext, org.xbib.net.http.server.service.HttpService httpService, org.xbib.net.http.server.HttpRequest httpRequest) - Angegeben von:
onOpen
in Schnittstelleorg.xbib.net.http.server.application.ApplicationModule
-
onSuccess
public void onSuccess(org.xbib.net.http.server.route.HttpRouterContext httpRouterContext, org.xbib.net.http.server.service.HttpService httpService, org.xbib.net.http.server.HttpRequest httpRequest) - Angegeben von:
onSuccess
in Schnittstelleorg.xbib.net.http.server.application.ApplicationModule
-
onFail
public void onFail(org.xbib.net.http.server.route.HttpRouterContext httpRouterContext, org.xbib.net.http.server.service.HttpService httpService, org.xbib.net.http.server.HttpRequest httpRequest, Throwable throwable) - Angegeben von:
onFail
in Schnittstelleorg.xbib.net.http.server.application.ApplicationModule
-
onOpen
public void onOpen(org.xbib.net.http.server.session.Session session) - Angegeben von:
onOpen
in Schnittstelleorg.xbib.net.http.server.application.ApplicationModule
-
onSuccess
public void onSuccess(org.xbib.net.http.server.session.Session session) - Angegeben von:
onSuccess
in Schnittstelleorg.xbib.net.http.server.application.ApplicationModule
-
onFail
- Angegeben von:
onFail
in Schnittstelleorg.xbib.net.http.server.application.ApplicationModule
-
onSuccess
public void onSuccess()- Angegeben von:
onSuccess
in Schnittstelleorg.xbib.net.http.server.application.ApplicationModule
-
onFail
- Angegeben von:
onFail
in Schnittstelleorg.xbib.net.http.server.application.ApplicationModule
-