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

com.taobao.hsf.context.RPCContext Maven / Gradle / Ivy

There is a newer version: 1.8.3
Show newest version
package com.taobao.hsf.context;

import java.util.Map;

public class RPCContext {
    public static final String HSF_RPC_CONTEXT_KEY = "_hsf_rpc_context_key";

    public RPCContext() {
        throw new RuntimeException("Can not load this fake sdk class. please refer to http://gitlab.alibaba-inc.com/middleware-container/pandora-boot/wikis/faq for the solution");
    }

    public static RPCContext getClientContext() {
        throw new RuntimeException("Can not load this fake sdk class. please refer to http://gitlab.alibaba-inc.com/middleware-container/pandora-boot/wikis/faq for the solution");
    }

    public static void removeClientContext() {
        throw new RuntimeException("Can not load this fake sdk class. please refer to http://gitlab.alibaba-inc.com/middleware-container/pandora-boot/wikis/faq for the solution");
    }

    public static RPCContext getServerContext() {
        throw new RuntimeException("Can not load this fake sdk class. please refer to http://gitlab.alibaba-inc.com/middleware-container/pandora-boot/wikis/faq for the solution");
    }

    public static void removeServerContext() {
        throw new RuntimeException("Can not load this fake sdk class. please refer to http://gitlab.alibaba-inc.com/middleware-container/pandora-boot/wikis/faq for the solution");
    }

    public Object getAttachment(String var1) {
        throw new RuntimeException("Can not load this fake sdk class. please refer to http://gitlab.alibaba-inc.com/middleware-container/pandora-boot/wikis/faq for the solution");
    }

    public RPCContext putAttachment(String var1, Object var2) {
        throw new RuntimeException("Can not load this fake sdk class. please refer to http://gitlab.alibaba-inc.com/middleware-container/pandora-boot/wikis/faq for the solution");
    }

    public RPCContext removeAttachment(String var1) {
        throw new RuntimeException("Can not load this fake sdk class. please refer to http://gitlab.alibaba-inc.com/middleware-container/pandora-boot/wikis/faq for the solution");
    }

    public Map getAttachments() {
        throw new RuntimeException("Can not load this fake sdk class. please refer to http://gitlab.alibaba-inc.com/middleware-container/pandora-boot/wikis/faq for the solution");
    }

    public RPCContext putAttachments(Map var1) {
        throw new RuntimeException("Can not load this fake sdk class. please refer to http://gitlab.alibaba-inc.com/middleware-container/pandora-boot/wikis/faq for the solution");
    }

    public void clearAttachments() {
        throw new RuntimeException("Can not load this fake sdk class. please refer to http://gitlab.alibaba-inc.com/middleware-container/pandora-boot/wikis/faq for the solution");
    }

    public Map flip() {
        throw new RuntimeException("Can not load this fake sdk class. please refer to http://gitlab.alibaba-inc.com/middleware-container/pandora-boot/wikis/faq for the solution");
    }

    protected boolean isServerContextUsed() {
        throw new RuntimeException("Can not load this fake sdk class. please refer to http://gitlab.alibaba-inc.com/middleware-container/pandora-boot/wikis/faq for the solution");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy