Uses of Class
net.webpdf.wsclient.openapi.ServerConfigConnector
-
Packages that use ServerConfigConnector Package Description net.webpdf.wsclient.openapi -
-
Uses of ServerConfigConnector in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return ServerConfigConnector Modifier and Type Method Description ServerConfigConnectorServerConfigConnector. _configuration(ServerConfigConnectorConfiguration _configuration)ServerConfigConnectorServerConfigConnector. address(String address)ServerConfigConnectorServerConfigConnector. compressibleMimeType(String compressibleMimeType)ServerConfigConnectorServerConfigConnector. compression(ServerConfigConnector.CompressionEnum compression)ServerConfigConnectorServerConfigConnector. compressionMinSize(Integer compressionMinSize)ServerConfigConnectorServerConfigConnector. enabled(Boolean enabled)ServerConfigConnectorServerConfigConnector. port(Integer port)ServerConfigConnectorServerConfigConnector. protocol(ServerConfigConnector.ProtocolEnum protocol)ServerConfigConnectorServerConfigConnector. proxy(ServerConfigProxy proxy)ServerConfigConnectorServerConfigConnector. ssl(ServerConfigSSL ssl)Methods in net.webpdf.wsclient.openapi that return types with arguments of type ServerConfigConnector Modifier and Type Method Description @Nullable List<ServerConfigConnector>ServerConfigConnectorsServer. getConnector()Get connectorMethods in net.webpdf.wsclient.openapi with parameters of type ServerConfigConnector Modifier and Type Method Description ServerConfigConnectorsServerServerConfigConnectorsServer. addConnectorItem(ServerConfigConnector connectorItem)Method parameters in net.webpdf.wsclient.openapi with type arguments of type ServerConfigConnector Modifier and Type Method Description ServerConfigConnectorsServerServerConfigConnectorsServer. connector(List<ServerConfigConnector> connector)voidServerConfigConnectorsServer. setConnector(List<ServerConfigConnector> connector)
-