All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.litongjava.tio.http.server.stat.token.TokenGetter Maven / Gradle / Ivy

There is a newer version: 3.7.3.v20241201-RELEASE
Show newest version
package com.litongjava.tio.http.server.stat.token;

import com.litongjava.tio.http.common.HttpRequest;

/**
 * @author tanyaowu
 *
 */
public interface TokenGetter {

  /**
   * 根据HttpRequest对象获取业务上的token
   * @param request
   * @return
   */
  public String getToken(HttpRequest request);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy