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

net.rubyeye.xmemcached.networking.ClosedMemcachedSession Maven / Gradle / Ivy

There is a newer version: 2.4.8
Show newest version
package net.rubyeye.xmemcached.networking;

import com.google.code.yanf4j.core.Session;
import net.rubyeye.xmemcached.utils.InetSocketAddressWrapper;

public interface ClosedMemcachedSession extends Session {

  public void setAllowReconnect(boolean allow);

  public boolean isAllowReconnect();

  public InetSocketAddressWrapper getInetSocketAddressWrapper();

  @Deprecated
  public int getWeight();

  @Deprecated
  public int getOrder();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy