Class ProcessorSettings

java.lang.Object
org.summerboot.jexpress.nio.server.domain.ProcessorSettings

public class ProcessorSettings extends Object
Author:
Changski Tie Zheng Zhang 张铁铮, 魏泽北, 杜旺财, 杜富贵
  • Field Details

    • httpServiceResponseHeaderName_ServerTimestamp

      protected String httpServiceResponseHeaderName_ServerTimestamp
    • httpServiceResponseHeaderName_Reference

      protected String httpServiceResponseHeaderName_Reference
    • logSettings

      protected ProcessorSettings.LogSettings logSettings
  • Constructor Details

    • ProcessorSettings

      public ProcessorSettings()
  • Method Details

    • getHttpServiceResponseHeaderName_ServerTimestamp

      public String getHttpServiceResponseHeaderName_ServerTimestamp()
    • setHttpServiceResponseHeaderName_ServerTimestamp

      public void setHttpServiceResponseHeaderName_ServerTimestamp(String httpServiceResponseHeaderName_ServerTimestamp)
    • getHttpServiceResponseHeaderName_Reference

      public String getHttpServiceResponseHeaderName_Reference()
    • setHttpServiceResponseHeaderName_Reference

      public void setHttpServiceResponseHeaderName_Reference(String httpServiceResponseHeaderName_Reference)
    • getLogSettings

      public ProcessorSettings.LogSettings getLogSettings()
    • setLogSettings

      public void setLogSettings(ProcessorSettings.LogSettings logSettings)