Home
last modified time | relevance | path

Searched refs:bCompression (Results 1 – 1 of 1) sorted by relevance

/external/smack/src/com/kenai/jbosh/
DBOSHClientConfig.java100 private Boolean bCompression; field in BOSHClientConfig.Builder
154 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()