Trait

org.squbs.httpclient

HttpClientConfigMXBean

Related Doc: package httpclient

Permalink

trait HttpClientConfigMXBean extends AnyRef

Annotations
@MXBean()
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HttpClientConfigMXBean
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def getCircuitBreakerStateName: String

    Permalink
  2. abstract def getConnectingTimeout: String

    Permalink
  3. abstract def getConnectionIdleTimeout: String

    Permalink
  4. abstract def getConnectionPoolIdleTimeout: String

    Permalink
  5. abstract def getCookieParsingMode: String

    Permalink
  6. abstract def getDefaultPipeline: String

    Permalink
  7. abstract def getEndpointPort: String

    Permalink
  8. abstract def getEndpointUri: String

    Permalink
  9. abstract def getEnvironment: String

    Permalink
  10. abstract def getErrorLoggingVerbosity: String

    Permalink
  11. abstract def getHeaderCacheContentMD5: Int

    Permalink
  12. abstract def getHeaderCacheDate: Int

    Permalink
  13. abstract def getHeaderCacheDefault: Int

    Permalink
  14. abstract def getHeaderCacheIfMatch: Int

    Permalink
  15. abstract def getHeaderCacheIfModifiedSince: Int

    Permalink
  16. abstract def getHeaderCacheIfNoneMatch: Int

    Permalink
  17. abstract def getHeaderCacheIfRange: Int

    Permalink
  18. abstract def getHeaderCacheIfUnmodifiedSince: Int

    Permalink
  19. abstract def getHeaderCacheUserAgent: Int

    Permalink
  20. abstract def getIllegalHeaderWarnings: String

    Permalink
  21. abstract def getIllegalResponseHeaderValueProcessingMode: String

    Permalink
  22. abstract def getMaxChunkExtLength: Int

    Permalink
  23. abstract def getMaxChunkSize: Int

    Permalink
  24. abstract def getMaxConnections: Int

    Permalink
  25. abstract def getMaxContentLength: Long

    Permalink
  26. abstract def getMaxHeaderCount: Int

    Permalink
  27. abstract def getMaxHeaderNameLength: Int

    Permalink
  28. abstract def getMaxHeaderValueLength: Int

    Permalink
  29. abstract def getMaxMethodLength: Int

    Permalink
  30. abstract def getMaxOpenRequests: Int

    Permalink
  31. abstract def getMaxResponseReasonLength: Int

    Permalink
  32. abstract def getMaxRetries: Int

    Permalink
  33. abstract def getMaxUriLength: Int

    Permalink
  34. abstract def getMinConnections: Int

    Permalink
  35. abstract def getName: String

    Permalink
  36. abstract def getPipeline: String

    Permalink
  37. abstract def getPipeliningLimit: Int

    Permalink
  38. abstract def getRequestHeaderSizeHint: Int

    Permalink
  39. abstract def getSoReceiveBufferSize: String

    Permalink
  40. abstract def getSoReuseAddress: String

    Permalink
  41. abstract def getSoSendBufferSize: String

    Permalink
  42. abstract def getSoTrafficClass: String

    Permalink
  43. abstract def getTcpKeepAlive: String

    Permalink
  44. abstract def getTcpNoDelay: String

    Permalink
  45. abstract def getTcpOobInline: String

    Permalink
  46. abstract def getTlsSessionInfoHeader: String

    Permalink
  47. abstract def getUriParsingMode: String

    Permalink
  48. abstract def getUserAgentHeader: String

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  14. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  15. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  16. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped