Searched refs:ids (Results 1 – 1 of 1) sorted by relevance
73 private static AtomicLong ids = new AtomicLong(0); field in WsSession197 this.id = Long.toHexString(ids.getAndIncrement()); in WsSession()