com.wordnik.swaggersocket.protocol
Interface Method


public interface Method


Field Summary
static String DELETE
           
static String GET
           
static String OPTIONS
           
static String POST
           
static String PUT
           
static String TRACE
           
 

Field Detail

GET

static final String GET
See Also:
Constant Field Values

POST

static final String POST
See Also:
Constant Field Values

PUT

static final String PUT
See Also:
Constant Field Values

DELETE

static final String DELETE
See Also:
Constant Field Values

TRACE

static final String TRACE
See Also:
Constant Field Values

OPTIONS

static final String OPTIONS
See Also:
Constant Field Values


Copyright © 2012. All Rights Reserved.