Class RemoteHost


  • public class RemoteHost
    extends Object
    • Constructor Detail

      • RemoteHost

        public RemoteHost()
    • Method Detail

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getAlias

        public String getAlias()
      • setAlias

        public void setAlias​(String alias)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getPort

        public Integer getPort()
      • setPort

        public void setPort​(Integer port)
      • getCreatedOn

        public Long getCreatedOn()
      • setCreatedOn

        public void setCreatedOn​(Long createdOn)
      • getCreatedBy

        public User getCreatedBy()
      • setCreatedBy

        public void setCreatedBy​(User createdBy)
      • setOrganization

        public void setOrganization​(Organization organization)
      • getOrganizationId

        public String getOrganizationId()
      • getMaxConnections

        public Integer getMaxConnections()
      • setMaxConnections

        public void setMaxConnections​(Integer maxConnections)
      • getAllowHTTP11

        public Boolean getAllowHTTP11()
      • setAllowHTTP11

        public void setAllowHTTP11​(Boolean allowHTTP11)
      • getIncludeContentLengthRequest

        public Boolean getIncludeContentLengthRequest()
      • setIncludeContentLengthRequest

        public void setIncludeContentLengthRequest​(Boolean includeContentLengthRequest)
      • getIncludeContentLengthResponse

        public Boolean getIncludeContentLengthResponse()
      • setIncludeContentLengthResponse

        public void setIncludeContentLengthResponse​(Boolean includeContentLengthResponse)
      • getOfferTLSServerName

        public Boolean getOfferTLSServerName()
      • setOfferTLSServerName

        public void setOfferTLSServerName​(Boolean offerTLSServerName)
      • getVerifyServerHostname

        public Boolean getVerifyServerHostname()
      • setVerifyServerHostname

        public void setVerifyServerHostname​(Boolean verifyServerHostname)
      • getConnectionTimeout

        public Integer getConnectionTimeout()
      • setConnectionTimeout

        public void setConnectionTimeout​(Integer connectionTimeout)
      • getActiveTimeout

        public Integer getActiveTimeout()
      • setActiveTimeout

        public void setActiveTimeout​(Integer activeTimeout)
      • getTransactionTimeout

        public Integer getTransactionTimeout()
      • setTransactionTimeout

        public void setTransactionTimeout​(Integer transactionTimeout)
      • getIdleTimeout

        public Integer getIdleTimeout()
      • setIdleTimeout

        public void setIdleTimeout​(Integer idleTimeout)
      • getMaxReceiveBytes

        public Integer getMaxReceiveBytes()
      • setMaxReceiveBytes

        public void setMaxReceiveBytes​(Integer maxReceiveBytes)
      • getMaxSendBytes

        public Integer getMaxSendBytes()
      • setMaxSendBytes

        public void setMaxSendBytes​(Integer maxSendBytes)
      • getInputBufferSize

        public Integer getInputBufferSize()
      • setInputBufferSize

        public void setInputBufferSize​(Integer inputBufferSize)
      • getOutputBufferSize

        public Integer getOutputBufferSize()
      • setOutputBufferSize

        public void setOutputBufferSize​(Integer outputBufferSize)
      • getAddressCacheTimeout

        public Integer getAddressCacheTimeout()
      • setAddressCacheTimeout

        public void setAddressCacheTimeout​(Integer addressCacheTimeout)
      • getSslSessionCacheSize

        public Integer getSslSessionCacheSize()
      • setSslSessionCacheSize

        public void setSslSessionCacheSize​(Integer sslSessionCacheSize)
      • getExportCorrelationId

        public Boolean getExportCorrelationId()
      • setExportCorrelationId

        public void setExportCorrelationId​(Boolean exportCorrelationId)
      • getInputEncodings

        public String[] getInputEncodings()
      • setInputEncodings

        public void setInputEncodings​(String[] inputEncodings)
      • getOutputEncodings

        public String[] getOutputEncodings()
      • setOutputEncodings

        public void setOutputEncodings​(String[] outputEncodings)
      • getResponseTimeDecay

        public Integer getResponseTimeDecay()
      • setResponseTimeDecay

        public void setResponseTimeDecay​(Integer responseTimeDecay)
      • setAddressing

        public void setAddressing​(Map<String,​String[]> addressing)
      • getWatchdog

        public WatchDog getWatchdog()
      • setWatchdog

        public void setWatchdog​(WatchDog watchdog)