Interface UstraConnectionStorage<T extends ConnectionInfo>
- All Known Implementing Classes:
ConcurrentMapConnectionStorage
public interface UstraConnectionStorage<T extends ConnectionInfo>
인증 세션 정보의 중복, 만료 여부를 판단하기 위한 Storage
-
Method Summary
-
Method Details
-
contains
해당 키 값의 연결 정보가 존재하는지 여부 확인- Parameters:
key- 키 값- Returns:
- 존재여부
-
add
연결 정보 추가- Parameters:
key- 키 값connection- 연결 정보
-
remove
해당 키 값의 연결 정보 제거- Parameters:
key- 키 값
-
get
키 값의 연결 정보 조회- Parameters:
key- 키 값- Returns:
- 연결 정보
-
getByDuplicationKey
중복 키로 조회- Parameters:
duplicationKey-- Returns:
-
getAll
모든 연결 정보 조회- Returns:
-