Uses of Class
de.trustable.ca3s.core.domain.RequestProxyConfig
-
Packages that use RequestProxyConfig Package Description de.trustable.ca3s.core.domain JPA domain objects.de.trustable.ca3s.core.service Service layer beans.de.trustable.ca3s.core.service.impl de.trustable.ca3s.core.web.rest Spring MVC REST controllers.de.trustable.ca3s.core.web.websocket WebSocket services, using Spring Websocket. -
-
Uses of RequestProxyConfig in de.trustable.ca3s.core.domain
Fields in de.trustable.ca3s.core.domain with type parameters of type RequestProxyConfig Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<RequestProxyConfig,Boolean>RequestProxyConfig_. activestatic javax.persistence.metamodel.SingularAttribute<RequestProxyConfig,Long>RequestProxyConfig_. idstatic javax.persistence.metamodel.SingularAttribute<RequestProxyConfig,String>RequestProxyConfig_. namestatic javax.persistence.metamodel.SingularAttribute<RequestProxyConfig,String>RequestProxyConfig_. requestProxyUrlstatic javax.persistence.metamodel.SingularAttribute<RequestProxyConfig,ProtectedContent>RequestProxyConfig_. secretMethods in de.trustable.ca3s.core.domain that return RequestProxyConfig Modifier and Type Method Description RequestProxyConfigRequestProxyConfig. active(Boolean active)RequestProxyConfigRequestProxyConfig. name(String name)RequestProxyConfigRequestProxyConfig. requestProxyUrl(String requestProxyUrl)RequestProxyConfigRequestProxyConfig. secret(ProtectedContent protectedContent) -
Uses of RequestProxyConfig in de.trustable.ca3s.core.service
Methods in de.trustable.ca3s.core.service that return RequestProxyConfig Modifier and Type Method Description RequestProxyConfigRequestProxyConfigService. save(RequestProxyConfig requestProxyConfig)Save a requestProxyConfig.Methods in de.trustable.ca3s.core.service that return types with arguments of type RequestProxyConfig Modifier and Type Method Description List<RequestProxyConfig>RequestProxyConfigService. findAll()Get all the requestProxyConfigs.Optional<RequestProxyConfig>RequestProxyConfigService. findOne(Long id)Get the "id" requestProxyConfig.Methods in de.trustable.ca3s.core.service with parameters of type RequestProxyConfig Modifier and Type Method Description RequestProxyConfigRequestProxyConfigService. save(RequestProxyConfig requestProxyConfig)Save a requestProxyConfig. -
Uses of RequestProxyConfig in de.trustable.ca3s.core.service.impl
Methods in de.trustable.ca3s.core.service.impl that return RequestProxyConfig Modifier and Type Method Description RequestProxyConfigRequestProxyConfigServiceImpl. save(RequestProxyConfig requestProxyConfig)Save a requestProxyConfig.Methods in de.trustable.ca3s.core.service.impl that return types with arguments of type RequestProxyConfig Modifier and Type Method Description List<RequestProxyConfig>RequestProxyConfigServiceImpl. findAll()Get all the requestProxyConfigs.Optional<RequestProxyConfig>RequestProxyConfigServiceImpl. findOne(Long id)Get one requestProxyConfig by id.Methods in de.trustable.ca3s.core.service.impl with parameters of type RequestProxyConfig Modifier and Type Method Description RequestProxyConfigRequestProxyConfigServiceImpl. save(RequestProxyConfig requestProxyConfig)Save a requestProxyConfig. -
Uses of RequestProxyConfig in de.trustable.ca3s.core.web.rest
Methods in de.trustable.ca3s.core.web.rest that return types with arguments of type RequestProxyConfig Modifier and Type Method Description org.springframework.http.ResponseEntity<RequestProxyConfig>RequestProxyConfigResource. createRequestProxyConfig(@Valid RequestProxyConfig requestProxyConfig)POST /request-proxy-configs: Create a new requestProxyConfig.List<RequestProxyConfig>RequestProxyConfigResource. getAllRequestProxyConfigs()GET /request-proxy-configs: get all the requestProxyConfigs.org.springframework.http.ResponseEntity<RequestProxyConfig>RequestProxyConfigResource. getRequestProxyConfig(Long id)GET /request-proxy-configs/:id: get the "id" requestProxyConfig.org.springframework.http.ResponseEntity<RequestProxyConfig>RequestProxyConfigResource. updateRequestProxyConfig(@Valid RequestProxyConfig requestProxyConfig)PUT /request-proxy-configs: Updates an existing requestProxyConfig.Methods in de.trustable.ca3s.core.web.rest with parameters of type RequestProxyConfig Modifier and Type Method Description org.springframework.http.ResponseEntity<RequestProxyConfig>RequestProxyConfigResource. createRequestProxyConfig(@Valid RequestProxyConfig requestProxyConfig)POST /request-proxy-configs: Create a new requestProxyConfig.org.springframework.http.ResponseEntity<RequestProxyConfig>RequestProxyConfigResource. updateRequestProxyConfig(@Valid RequestProxyConfig requestProxyConfig)PUT /request-proxy-configs: Updates an existing requestProxyConfig. -
Uses of RequestProxyConfig in de.trustable.ca3s.core.web.websocket
Methods in de.trustable.ca3s.core.web.websocket with parameters of type RequestProxyConfig Modifier and Type Method Description voidWSConnectionPool. ensureWSConnected(RequestProxyConfig rpConfig)voidWSConnectionPool. ensureWSConnectionClosed(RequestProxyConfig rpConfig)booleanWSConnectionPool. hasActiveConnection(RequestProxyConfig rpConfig)voidWSConnectionPool. putConnection(RequestProxyConfig rpConfig, org.springframework.messaging.simp.stomp.StompSession wsConnectionStatus)
-