- Making http requests using okhttp
- setRequestProperty (URLConnection)
- scheduleAtFixedRate (ScheduledExecutorService)
- getOriginalFilename (MultipartFile)
Return the original filename in the client's filesystem.This may contain path
information depending
- HttpURLConnection (java.net)
An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used
to send and receive d
- Socket (java.net)
Provides a client-side TCP socket.
- Comparator (java.util)
A Comparator is used to compare two objects to determine their ordering with
respect to each other.
- Filter (javax.servlet)
A filter is an object that performs filtering tasks on either the request to a
resource (a servlet o
- FileUtils (org.apache.commons.io)
General file manipulation utilities. Facilities are provided in the following
areas: * writing to a
- Table (org.hibernate.mapping)
A relational table
- Best IntelliJ plugins