Searched refs:bCompression (Results 1 – 1 of 1) sorted by relevance
100 private Boolean bCompression; field in BOSHClientConfig.Builder154 result.bCompression = cfg.isCompressionEnabled(); in create()275 bCompression = Boolean.valueOf(enabled); in setCompressionEnabled()303 if (bCompression == null) { in build()306 compression = bCompression.booleanValue(); in build()