diff options
Diffstat (limited to 'java/src/IceInternal/ProtocolPluginFacade.java')
-rw-r--r-- | java/src/IceInternal/ProtocolPluginFacade.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/java/src/IceInternal/ProtocolPluginFacade.java b/java/src/IceInternal/ProtocolPluginFacade.java index 717010b0312..a9240f0f93d 100644 --- a/java/src/IceInternal/ProtocolPluginFacade.java +++ b/java/src/IceInternal/ProtocolPluginFacade.java @@ -28,6 +28,11 @@ public interface ProtocolPluginFacade int getProtocolSupport(); // + // Get the protocol support. + // + boolean getPreferIPv6(); + + // // Get the default encoding to be used in endpoints. // Ice.EncodingVersion getDefaultEncoding(); |