Package org.apache.activemq.artemis.dto
Class WebServerDTO
- java.lang.Object
-
- org.apache.activemq.artemis.dto.ComponentDTO
-
- org.apache.activemq.artemis.dto.WebServerDTO
-
public class WebServerDTO extends ComponentDTO
-
-
Field Summary
Fields Modifier and Type Field Description List<AppDTO>appsDeprecated.StringbindDeprecated.BooleanclientAuthDeprecated.StringcustomizerStringkeyStorePathDeprecated.StringpasswordCodecDeprecated.StringpathRequestLogDTOrequestLogStringtrustStorePathDeprecated.-
Fields inherited from class org.apache.activemq.artemis.dto.ComponentDTO
componentClassName
-
-
Constructor Summary
Constructors Constructor Description WebServerDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BindingDTO>getBindings()BindingDTOgetDefaultBinding()voidsetBindings(List<BindingDTO> bindings)
-
-
-
Field Detail
-
bind
@Deprecated public String bind
Deprecated.
-
path
public String path
-
clientAuth
@Deprecated public Boolean clientAuth
Deprecated.
-
passwordCodec
@Deprecated public String passwordCodec
Deprecated.
-
keyStorePath
@Deprecated public String keyStorePath
Deprecated.
-
trustStorePath
@Deprecated public String trustStorePath
Deprecated.
-
customizer
public String customizer
-
apps
@Deprecated public List<AppDTO> apps
Deprecated.
-
requestLog
public RequestLogDTO requestLog
-
-
Method Detail
-
getBindings
public List<BindingDTO> getBindings()
-
setBindings
public void setBindings(List<BindingDTO> bindings)
-
getDefaultBinding
public BindingDTO getDefaultBinding()
-
-