summaryrefslogtreecommitdiff
path: root/java/src/IceInternal/ProtocolPluginFacade.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/src/IceInternal/ProtocolPluginFacade.java')
-rw-r--r--java/src/IceInternal/ProtocolPluginFacade.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/java/src/IceInternal/ProtocolPluginFacade.java b/java/src/IceInternal/ProtocolPluginFacade.java
index b55b6a58824..717010b0312 100644
--- a/java/src/IceInternal/ProtocolPluginFacade.java
+++ b/java/src/IceInternal/ProtocolPluginFacade.java
@@ -28,6 +28,11 @@ public interface ProtocolPluginFacade
int getProtocolSupport();
//
+ // Get the default encoding to be used in endpoints.
+ //
+ Ice.EncodingVersion getDefaultEncoding();
+
+ //
// Get the default hostname to be used in endpoints.
//
String getDefaultHost();