Searched refs:removeMethod (Results 1 – 9 of 9) sorted by relevance
154 Method removeMethod = negoClass.getMethod("remove", SSLSocket.class); in findPlatform() local156 putMethod, getMethod, removeMethod, clientProviderClass, serverProviderClass); in findPlatform()254 private final Method removeMethod; field in Platform.JdkWithJettyBootPlatform258 public JdkWithJettyBootPlatform(Method putMethod, Method getMethod, Method removeMethod, in JdkWithJettyBootPlatform() argument262 this.removeMethod = removeMethod; in JdkWithJettyBootPlatform()286 removeMethod.invoke(null, sslSocket); in afterHandshake()
39 XmlRpcServer::removeMethod(XmlRpcServerMethod* method) in removeMethod() function in XmlRpcServer48 XmlRpcServer::removeMethod(const std::string& methodName) in removeMethod() function in XmlRpcServer265 removeMethod(LIST_METHODS); in enableIntrospection()266 removeMethod(METHOD_HELP); in enableIntrospection()
47 void removeMethod(XmlRpcServerMethod* method);50 void removeMethod(const std::string& methodName);
17 if (_server) _server->removeMethod(this); in ~XmlRpcServerMethod()
138 new ClassEditor(programClass).removeMethod(valueOfMethod); in visitProgramClass()
219 public void removeMethod(Method method) in removeMethod() method in ClassEditor
923 public void removeMethod(CtMethod m) throws NotFoundException { in removeMethod() method in CtClass
1335 public void removeMethod(CtMethod m) throws NotFoundException { in removeMethod() method in CtClassType
518 public void removeMethod() { in removeMethod() method in SipUri