public class DelayedCompressionAlgorithms extends Object
Constructor and Description |
---|
DelayedCompressionAlgorithms() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<String> |
getClient2Server() |
List<String> |
getServer2Client() |
int |
hashCode() |
void |
setClient2Server(List<String> client2server) |
void |
setServer2Client(List<String> server2client) |
String |
toString() |
DelayedCompressionAlgorithms |
withClient2Server(List<String> client2server) |
DelayedCompressionAlgorithms |
withServer2Client(List<String> server2client) |
public DelayedCompressionAlgorithms withClient2Server(List<String> client2server)
public DelayedCompressionAlgorithms withServer2Client(List<String> server2client)
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.