public static void untagSocket(Socket paramSocket) throws SocketException {
   IMPL.untagSocket(paramSocket);
 }
 public static void setThreadStatsTag(int paramInt) {
   IMPL.setThreadStatsTag(paramInt);
 }
 public static int getThreadStatsTag() {
   return IMPL.getThreadStatsTag();
 }
 public static void incrementOperationCount(int paramInt1, int paramInt2) {
   IMPL.incrementOperationCount(paramInt1, paramInt2);
 }
 public static void clearThreadStatsTag() {
   IMPL.clearThreadStatsTag();
 }