(String ... protocols)
| 610 | } |
| 611 | |
| 612 | public ProtocolStack removeProtocols(String ... protocols) { |
| 613 | for(String protocol: protocols) |
| 614 | removeProtocol(protocol); |
| 615 | return this; |
| 616 | } |
| 617 | |
| 618 | @SafeVarargs |
| 619 | public final ProtocolStack removeProtocols(Class<? extends Protocol>... protocols) { |