public interface ConnectManager<T extends AbstractConnect>
boolean
add(T connect)
Collection<T>
all()
T
get(long uid)
int
onlineSize()
remove(long uid)
T get(long uid)
boolean add(T connect)
T remove(long uid)
int onlineSize()
Collection<T> all()
Copyright © 2021. All rights reserved.